Constructors

Constructors

The main difference between constructors and methods is a constructor should never return anything.
Points to Remember
1. Every class has a default constructor we need not to declare that specifically.
2. But when we use other parameterized constructor we must declare the default constructor in order to use it.

Overloading 
Constructors overloading is same as methods overloading.

Post a Comment

0 Comments