Test and Quiz/Sandbox/Flashcards
- Used in a class declaration to specify that a class is not to be instantiated, but rather extended by other classes. Used in a method declaration to declare a method without providing the implementation. An abstract class can have abstract methods that are not implemented in the abstract class, but in subclasses. All methods declared in an
interfaceare implicitlyabstract.
Solution
1 new card