Q218
What is the correct way to create an object called myObj of MyClass?
A.
Main myObj = new MyClass();
B.
MyClass.new myObj
C.
val myObj = MyClass()
AnswerD.
None of these
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board