Concept Map 1
Concept Map 1
Single Multiple
A class serves as a
Types Hierarchical superclass (base class) for
more than one subclass.
One class is allowed to inherit
the features (fields and
methods) of another class.
Multi-level
A class is a user-defined blueprint
or prototype from which objects A class inheriting from a base
are created
Inheritaance class and also acting as the base
class for other derived classes.
Class
Objects
Run-time polymorphism is
Compile-time polymorphism is
resolved during program
resolved during compilation,
execution, involving method
involving method overloading.
overriding.