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.

If a class inheriting an abstract class does not define all of its function then it will be known as?

a) Abstract
b) A simple class
c) Static class
d) None of the mentioned

Answer: a
Explanation: Any subclass of an abstract class must either implement all of the abstract method in the superclass or be itself declared abstract.

Join The Discussion