Q. public class MyClass{ }
For the above class(MyClass) what is the correct way of declaring constructor?
β
Correct Answer: (D)
1 and 3
Explanation: Choice A,C are the correct answers.