Font size:
Print
Question:

Consider;

public class MyClass

{

public MyClass() { /*code*/ }

//more code

}

To instantiate MyClass, you would write?


1. MyClass mc= new MyClass();
2. MyClass mc= MyClass();
3. MyClass mc= MyClass;
4. MyClass mc= new MyClass;
Prev Question Which is not a product metric?
Next Question Which of the following is not a data definition...