We generally apply the concept of inheritance to implement a IS-A relationship. For example to implement a relationship that says an Apple ...
Read More
Translate
Showing posts with label Inheritance. Show all posts
Constructor Inheritance in C#
Like any other Object Oriented Programming language, C# does not allow parent constructor to be automatically inherited. It need to explici...
Read More
Main features of Object Oriented Languages - Classes, Objects,Encapsulation, Polymorphism, Inheritance
1. Classes and Objects In an object oriented programming language, we code the program as a corporate collection of objects which are ins...
Read More
Inheritance
Inheritance is the most basic feature of any Object Oriented programming language. It refers to the derivation of sub classes from a base/s...
Read More
Subscribe to:
Posts (Atom)