Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you create multiple inheritance in C#?

Answer Posted / mukesh

C# doesnt support multiple inheritance. by using interfaces
to solve that problem. C# supports multilevel inheritance.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can delegates be used as callbacks?

961


Explain the different ways a method can be overloaded?

918


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

1122


Can int be null in c#?

931


Explain the clr triggers?

1000


What are object pooling and connection pooling and difference between them?

1071


What is fcl in c#?

909


In which order the constructor is called for an inherited class?

1113


If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.

1064


What are the different types of constructors in c#?

1177


Explain the accessibility modifier protected internal?

914


When should I use static in C#?

1025


Can we inherit a class with private constructor in c#?

1085


What is property in c#?

967


Explain the process of inheriting a class into another class?

1041