English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

What are advantages of declaring constructors and destructor under public accessability? - Computer Science

Advertisements
Advertisements

Question

What are the advantages of declaring constructors and destructors under public accessibility?

Answer in Brief

Solution

When constructor and destructor are declared under public:

  1. we can initialize the object while declaring it.
  2. we can explicitly call the constructor.
  3. we can overload constructors and therefore use multiple constructors to initialize objects automatically.
  4. we can destroy the objects at the end of the class scope automatically (free unused memory).

However, some C++ compiler and Dev C++ do not allow to declare constructor and destructor under the private section. So it is better to declare constructor and destructor under the public section only.

shaalaa.com
  Is there an error in this question or solution?
Chapter 14: Classes and objects - Evaluation - Section - C [Page 247]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 14 Classes and objects
Evaluation - Section - C | Q 3. | Page 247
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×