Bhubaneswar, Odisha
+91-8328865778

Category: Microsoft Dot net

Highly Scalable IT Solutions & Services

C# Inheritance

What Is Inheritance: Inheritance is a feature of object-oriented programming languages that allows derived classes to inherit or override the functionality (data and behavior) of a base class. The method of constructing one class from another class is called Inheritance. The derived class inherites all the properties and methods from base class and add its own…
Read more

Polymorphism

Polymorphism is a Greek word, meaning “one name many forms”. In other words, one object has many forms or has one name with multiple functionalities. “Poly” means many and “morph” means forms. It means ability to take more than one form. The same function will show different behaviour, when we passsed different type of value or…
Read more