Engineering Notes 128
Created by admin on Fri, 06/01/2012 - 17:12
Sub Topic:
Java Inheritance
Upload File:
Department:
Chapter Name:
C SHARP AND .NET FRAMEWORK
Description:
Inheritance is the concept of a child class (sub class) automatically inheriting the variables and methods defined in its parent class (super class). A primary feature of object-oriented programming along with encapsulation and polymorphism
Add new comment