To initialize the data member of a class in runtime that means when object is created.
If we create any class without constructor, the compiler will automatically create one default constructor for that class.
There is always at least one constructor in every class.