Glossary

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

abstract

A Java keyword used in a class definition to specify that a class is not to be instantiated, but rather inherited by other classes. An abstract class can have abstract methods that are not implemented in the abstract class, but in subclasses.

abstract class

A class that contains one or more abstract methods, and therefore can never be instantiated. Abstract classes are defined so that other classes can extend them and make them concrete by implementing the abstract methods.

There are currently no data under this letter.
Copyright © 2010 GIG FX