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

Pinki said:   1 decade ago
What is virtual, abstract, and friend class? Can you explain me?

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

Jayachandra Reddy said:   1 decade ago
Do we need to follow any other syntax for singleton classes?

Deepu George Jacob said:   1 decade ago
Singleton class mainly used to limit object creations. Singleton class return only single object for all the declarations.

JesusPriya said:   1 decade ago
What is singleton class?

Ans: A class which is having single object known as singleton class.

Sabiha said:   1 decade ago
Please briefly explain about the singleton class in simple words.

Shonaya said:   1 decade ago
Same question is here what is singleton class is actually mean ?

Implementation ?

Ankit said:   1 decade ago
What is singleton class?

Mkn said:   1 decade ago
Where we are using singleton class?

Kirshana sagar NIM said:   1 decade ago
Tell me also what is singleton class?


Post your comments here:

Your comments will be displayed after verification.