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

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

Shantanu said:   9 years ago
Not getting the meaning of Singleton. Please describe it clearly.

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

Padmanaban said:   1 decade ago
I can't get your definition. Can you make me understand easier?

Uma said:   1 decade ago
A class which is having only single object is called singleton.

Saedlovely said:   1 decade ago
Yeah singleton class is the one only to be created an object.

Kalaivani said:   9 years ago
Give more explanation for singleton class with clear example.

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

Subhadev said:   1 decade ago
Why use single tone class in a program? What is the benefit?

Sangeetha said:   1 decade ago
Object created to the only one class called singleton class.


Post your comments here:

Your comments will be displayed after verification.