1.

What would be the behaviour if one parameterized constructor is explicitly defined?

A. Compilation error
B. Compilation succeeds
C. Runtime error
D. Compilation succeeds but at the time of creating object using default constructor, it throws compilation error
Answer» E.


Discussion

No Comment Found