This tutorial will teach you inheritance in C#.net Core step by step. First step i have created the class Address. class has the properties HouseNo,Street,City. after that i have created the HouseAddress class which has a the properties HouseName after that i have created ShopAddress class which has a the properties ShopName. inside the main method of the programme you …