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

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

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

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

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

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

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

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)


Post your comments here:

Your comments will be displayed after verification.