1
Answer

Conversion to Java

How would you convert the following into Java? class PrimitiveElement : DrawingElement { // Constructors public PrimitiveElement( string name ) : base( name ) {} } Thanks.

Answers (1)