Enquire Now

Tags: constructor-overloading

Constructor overloading is used to increase the flexibility of a class by having alternative constructors for a single class. Having more than one way of initializing objects can be achieved using overloading constructors.

0 Questions