Q. What would be the behaviour if one parameterized constructor is explicitly defined?
β
Correct Answer: (D)
Compilation succeeds but at the time of creating object using default constructor, it throws compilation error
You must be Logged in to update hint/solution