abstract keyword is used

  1. When a class is not to be instantiated,

  2. declare a method without providing the implementation

  3. cannot use a field declared abstract

  4. none


Correct Option: A,B

Find more quizzes: