Multiple choice

Can we create the objects of abstract class?

  1. Yes

  2. No

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Explanation: We can't create the object of an abstract class because these are the classes which get its implementation in the classes where these are used.