What is inheritance?
What is inheritance?
665
14-Oct-2019
Updated on 14-Oct-2019
Om ji mishra
14-Oct-2019Inheritance is an important pillar of oops. By using this property in C# we can use all features from the base class in any other classes. We can reuse the code by using inheritance.
Some important things about inheritance: -