1
Answer

Conversion to Java

Photo of nenu_aky

nenu_aky

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

Answers (1)