Wednesday, September 2, 2009

Inheritence

This is the process of forming a new class from an exsisting class or base class. THis base clas is known as the super class or parent class. that newly formed class is called derived class or child or subclass as well.Inheritence is supporting for reducing the overall codesize.This is a very importent concept in OOP

No comments:

Post a Comment