Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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.

Join The Discussion