Abstract class cannot have a constructor

date:2024-06-05 12:25:07 author:admin browse: time View comments Add Collection

Abstract class cannot have a constructor

 Abstract class cannot have a constructor.

a) True

b) False

Answer: b

Explanation: No instance can be created of abstract class. Only pointer can hold instance of object.