Question

Which of the following statements about abstract methods in Java is true?

A An abstract method must have a body.
B An abstract method can be `static`.
C An abstract method can be `final`.
D An abstract method cannot be `private`.
E A class containing an abstract method is not necessarily abstract.
Practice Next

Hey! Ask a query