public class MyClass{ }
For the above class(MyClass) what is the correct way of declaring constructor?
public class MyClass{ }public class MyClass{ }For the above class(MyClass) what is the correct way of declaring constructor? Correct Answer 1 and 3
Choice A,C are the correct answers.
The default access specifier for any constructor is same as the access specifier of class.so the options A and C are correct.
মোঃ আরিফুল ইসলাম
Feb 20, 2025