Solved

If a Class Contains an Abstract Method

Question 45

Multiple Choice

If a class contains an abstract method:


A) you cannot create an instance of the class
B) the method will have only a header, but not a body, and end with a semicolon
C) the method must be overridden in subclasses
D) All of the above

Correct Answer:

verifed

Verified

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

Related Questions