+ 4
Abdulhafiz Koko Inheritance, in C#, is the ability to create a class that inherits attributes and behaviors from an existing class. The newly created class is the derived (or child) class and the existing classis the base (or parent) class.Inheritance is one of the key features of object-oriented programming. source: https://www.techopedia.com/definition/27987/inheritance-c you can read the sololearn tutorial on C# inheritance: https://www.sololearn.com/learn/CSharp/2678/ Also remember: Before asking a question on the Q/A, try to search... to avoid from posting duplicate threads!   ⇨ Follow community RULES: https://www.sololearn.com/Content-Creation-Guidelines/ https://code.sololearn.com/W26q4WtwSP8W/?ref=app
30th Apr 2019, 4:41 PM
Alessio Benvenuti
Alessio Benvenuti - avatar