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.

Abc said:   1 decade ago
The names of variables, function, labels and various other user-defined objects are called what?

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

Ranjeet said:   1 decade ago
If the constructor is private how we can create instance of class?

Diksha said:   1 decade ago
What us the proper meaning of instances and instantiated?

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

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

Ankit said:   1 decade ago
What is singleton class?

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

Implementation ?

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

JesusPriya said:   1 decade ago
What is singleton class?

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


Post your comments here:

Your comments will be displayed after verification.