2
Reply

What is Inheritance in C#?

Kunal  Gautam

Kunal Gautam

11y
1.3k
0
Reply

    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