Computer Science, asked by jotsidhu19, 1 year ago

In what order are the class constructors called when a derived class object is created

Answers

Answered by anupama777vidya
2

Answer:

The constructor of the base class is called followed by the derived class constructor.

Hope it helps

Similar questions