Advertisements
Advertisements
प्रश्न
when is a constructor invoked?
लघु उत्तर
टीपा लिहा
उत्तर
- A constructor is invoked as soon as the object is created to initialize the object.
- E.g., Car hybrid = new Car();
- In the above example, Car() is invoking a default constructor.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?