Q. We can create objects of type ‘abstract class’?
โ
Correct Answer: (B)
False
Explanation: You cannot create an instance of an abstract class because its implementation is not complete.