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 8 of 11.

Pankaj kumar said:   1 decade ago
Please explain real world example of singleton class ?

Vikram said:   6 years ago
I can't understand this. Please, anyone explain to me.
(2)

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

Tanaji said:   1 decade ago
Hello can we give me details about singleton class?

Sush said:   1 decade ago
Please explain in detail, what is singleton class?

Pradeep Kumar said:   1 decade ago
How can we say the given class is singleton not?

Rajeev said:   9 years ago
Why virtual class not access through any class?

Maha said:   1 decade ago
Difference between virtual and friend class ?

Shri said:   9 years ago
I too didn't understand this singleton class.

Prasanth said:   1 decade ago
Write a simple exemples in Singleton class?


Post your comments here:

Your comments will be displayed after verification.