explain with example in detail how to solve it program plz send a program
Constructor chaining is the process of calling one constructor from another constructor with respect to current object
it can be done two ways i.e.,1.within the class
2.from base class