Unit II Inheritance-Class 1
Unit II Inheritance-Class 1
UNIT II - INHERITANCE
Process-Oriented Model:
Object-Oriented Programming:
• Organizes a program around its data (that is, objects) and a set of
well-defined interfaces to that data
• Being a superclass for a subclass does not mean that the superclass cannot be
used by itself.
• Java does not support the inheritance of multiple superclasses into a single
subclass