डिस्ट्रक्टर की एक विशेषता बताइए।
Answers
Answered by
0
Explanation:
The main function of constructor is to initialize objects and allocate appropriate memory to objects. ... The constructor without arguments is called as default constructor. ... TURBO C++ compiler can define constructors and destructors if they have not been explicitly defined.
Similar questions