R

Ram Sharma • 193.86K Points
Coach

Q. Abstract class is ___.

  • (A) Created using abstract keyword
  • (B) Contains only abstract method
  • (C) Needs to be inherited to be used
  • (D) All of these
  • Correct Answer - Option(D)
  • Views: 171
  • Filed under category JAVA

Explanation by: Team MCQ Buddy
An abstract class is a class that contains an abstract method. It is defined using abstract keyword only has method declarations and to use these methods, the abstract class needs to be inherited.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics