Constructor Overloading
========================
Does constructor return any value
==================================
Does constructor perform other task instead initialization
Constructor is invoked at the time of object creation. It constructs the values i.e. provides data for the object that is why it is known as constructor.
Rules for creating constructor
What is the purpose of default constructor?
What is the difference between constructor and method ?