C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 8)
8.
How many instances of an abstract class can be created?
1
5
13
0
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
57 comments Page 5 of 6.

Priya said:   1 decade ago
Explain difference between instance of class and object of class?

Basant said:   10 years ago
Can anyone write an executable program for abstract class?

Amol matre said:   1 decade ago
No object is created of abstract class it has no instance.

Sanjay rajpurohir said:   1 decade ago
Abstract class not allowed to create an Instance (Object).

Madhu said:   7 years ago
An abstract class does not have any instance of a class.
(3)

Ashitosh said:   8 years ago
How many objects can be created from an abstract class?
(2)

Deepak Rana said:   1 decade ago
In abstract class object creation is not possible.

Ronak said:   1 decade ago
So why we use abstract class can anyone explain?
(1)

Suchismita said:   3 years ago
Abstart class creates a static of class.
(2)

Avinash said:   1 decade ago
There are no objects for abstract class.


Post your comments here:

Your comments will be displayed after verification.