What is Inheritance in C#?
Kunal Gautam
Classes can inherit from another Class.If we give an example.I mine when create new ins public class Animals { some properities } public class Dog : Animals
Classes can inherit from another Class.If we give an example.I mine when create new inspublic class Animals {some properities }public class Dog : Animals