
Exercises 19
EXERCISES
(A) Answer the following questions.
which objects of one class get the proper-
ties of objects of another class. In object ori-
ented programming inheritance provides the
thought of reusability.
(15) Polymorphism: Polymorphism makes pos-
sible the same functions to act differently on
different classes. It is an important feature of
OOP concept.
(16) Object oriented technology allows reusabil-
ity of the classes by extending them to other
classes using inheritance.
(17) The languages C++, Smalltalk, Eiffel and
Java are widely used OOP languages.
(18) Object oriented technology is changing the
style of software engineers ...