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.

What is true of final class?

a) Final class cause compilation failure
b) Final class cannot be instantiated
c) Final class cause runtime failure
d) Final class cannot be inherited

Answer: d
Explanation: Final class cannot be inherited. This helps when we do not want classes to provide extension to these classes

Join The Discussion