1.A constructor is called at the time of declaration of an object.
2.A constructor is called at the time of use of an object.
3.A constructor is called at the time of declaration of a class.
4. A constructor is called at the time of use of a class.
Answer:1