Solved

If a Class Has an Abstract Method, Which of the Following

Question 64

Multiple Choice

If a class has an abstract method, which of the following statements is NOT true?


A) You can construct an object from this class.
B) You cannot construct an object from this class.
C) You cannot inherit from this class.
D) All non-abstract subclasses of this class must implement this method.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions