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

Agile said:   1 decade ago
Abstract Class is Half Define Class.
It Has a rule Never Create a Object or Instances

Priyanka said:   1 decade ago
Can anyone tell me the exact implementation scenario where abstract class is used?

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

Inder said:   1 decade ago
Abstract class is the class which has no arguments so it has no object.

Bhavik said:   1 decade ago
Can you tell me why we can't create the instance of an abstract class?

Basavaraj said:   1 decade ago
Abstract class never allowed to create an instance, hence answer is 0.

Mukul Rawal said:   1 decade ago
Abstract Class just act as a base class to the derived class/classes.

Amit said:   1 decade ago
What is reusability concept and what are the uses of abstract class?

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

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


Post your comments here:

Your comments will be displayed after verification.