Java syntax: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
Abstract classes: deleted nonsense
Tags: Mobile edit Mobile web edit
Line 1,264:
 
An [http://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.1.1.1 Abstract Class] is a class that is incomplete, or to be considered incomplete.
Normal classes may have abstract methods, that is, methods that are declared but not yet implemented, only if they are abstract classes.
A class C has abstract methods if any of the following is true: