Information Technology Reference
In-Depth Information
and is not itself instantiated. An abstract class only specifies properties, that is to
say, it is not used to create objects. Abstract classes provide the structure of all of
the classes in a class hierarchy, while the subclasses are responsible for defining
the specifics of the properties that they inherit. The following code segments
illustrate the use of abstract classes.
Search WWH ::




Custom Search