Saved Bookmarks
| 1. |
What do you think is the advantage of declaring the constructor and destructor functions for public member access?(i) It allows the constructor and destructor access to the data members.(ii) It means that the constructor and destructor can be called directly by code in main() functions.(iii) It allows the constructor access to the other member functions.(iv) None of the above. |
|
Answer» (ii) It means that the constructor and destructor can be called directly by code in main() functions. |
|