Multiple choice

Which keyword is used to declare classes that defines common properties and behaviour of other classes?

  1. Abstract keyword

  2. Final keyword

  3. Extend keyword

  4. Either Final keyword or Extend keyword

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Abstract keyword is used to declare classes that defines common properties and behaviour of other classes.