Abstract class

In computing, when specifying an abstract class, the programmer is referring to a class which is meant to be implemented by inheritance. The use of an abstraction is meant to simplify software development.

In Java, for example, the keyword abstract corresponds to the C++ keywords pure virtual.

See, for example, class (object-oriented programming) for a unified discussion.


 
 

Browse articles alphabetically:
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | _ | 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
 
[an error occurred while processing this directive]