Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following class allows to declare only one object of it?

a) Abstract class
b) Virtual class
c) Singleton class
d) Friend class

Answer: c
Explanation: Singleton class allows the programmer to declare only one object of it, If one tries to declare more than one object the program results into error.

Join The Discussion