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

Govind Chaudhary said:   1 decade ago
Abstract class is a class which have body but not implementation.

So why we need to create object?

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

Blackpearl said:   1 decade ago
Can anyone provide simple programmer illustrating concept of abstract class?

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

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

Basant said:   10 years ago
Is instance or object is same?

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.

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

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

Priyanka bamne said:   1 decade ago
Abstract classes are basically used for reusability concept while developing a software.


Post your comments here:

Your comments will be displayed after verification.