1
Answer

Conversion to Java

nenu_aky

nenu_aky

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