Interview Question
Qus: What is constructor chaining?
Constructor Chaining is an approach where a constructor calls another constructor in the same or base class. This is very useful when we have a class that defines multiple constructors.
Answers (2)