C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 1)
1.
Which of the following type of class allows only one object of it to be created?
Virtual class
Abstract class
Singleton class
Friend class
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
104 comments Page 11 of 11.

Diku said:   3 years ago
Why is virtual class not accessed through any class? Please tell me.
(6)

Prasad PANJAM said:   2 years ago
Please explain this.
(10)

Pumbhdiya Bhaudik said:   2 years ago
Why only singleton class is allowed? Please explain me.
(6)

Mani kanta said:   2 years ago
Singleton class allow only one object to be created.
(12)


Post your comments here:

Your comments will be displayed after verification.