C++ Programming - Objects and Classes - Discussion

Discussion Forum : Objects and Classes - General Questions (Q.No. 16)
16.
How many objects can be created from an abstract class?
Zero
One
Two
As many as we want
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
10 comments Page 1 of 1.

Glory said:   6 years ago
Actually an abstract class is the one which has virtual functionalities with the absence of instances(class) as the use sub classes instead.

Rohit Babasaheb Jadhav said:   7 years ago
We can create pointer object of abstract class.

Saumya said:   7 years ago
A class containing minimum 1 purely virtual function is known as an abstract class.

Miyank said:   8 years ago
Not understanding this. Please, someone help me.

Nandhini said:   10 years ago
What is abstract class? Why cannot create an object in abstract class?

Sebika.sahu said:   1 decade ago
How it possible?

Nithyapriya said:   1 decade ago
A class abstract is used for deriving the other class.

Roopesh said:   1 decade ago
What is abstract class?

Akshatha said:   1 decade ago
Abstract classes cannot be instantiated.

Nazmul said:   1 decade ago
Abstract class is not for creating object. You can only modify the unfinished functions of the base class.

Post your comments here:

Your comments will be displayed after verification.