InterviewSolution
Saved Bookmarks
| 1. |
Which of the following class allows to declare only one object of it?(a) Abstract class(b) Virtual class(c) Singleton class(d) Friend classI got this question during a job interview.Query is from OOPs Concept in section Basics Concepts of C++ of C++ |
|
Answer» Right option is (C) Singleton class |
|