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

Naiknavare Dhanshri said:   3 months ago
@All.

-> We cannot create an instance (object) of an abstract class.

-> But, we can create a pointer of an abstract class.
(2)

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

Faiz said:   5 years ago
Anyone explain it with examples.

Venkatesh said:   7 years ago
Explain the Difference between class instance & class object.

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

Fuad Al Masud said:   7 years ago
An abstract class is a private class which is used by admin panel.
(1)

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

ManilKumar said:   8 years ago
The abstract class contains at least one pure virtual function.

The pure virtual function by using a pure specifier ( = 0 ).
(3)

Raj Kumar Sepat said:   8 years ago
We can not create the instance of the Abstract Class.

So answer will be zero (o) instance of the abstract class.

Hassan maha said:   8 years ago
Which class has maximum instances, Can anyone tell the types of class having instances?
(1)


Post your comments here:

Your comments will be displayed after verification.