How do you create multiple inheritance in C#?
Answer Posted / arunkumar.v
C# doesnt support multiple inheritence ie.,it doesnt
inherit multiple base class.It generally creates confusion.
Instead you can use Interfaces.You are permitted to inherit
one base class and multiple interfaces.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between struct and class in c#?
What is the use of console application in c#?
What will a loop recorder show?
Explain streamreader/streamwriter class?
What is data binding c#?
What are the properties of string?
What is the default value of boolean variable?
What are functions in c#?
Tell me the difference between value passing and address passing?
Is c# code is managed or unmanaged code?
Who benefits from ajax?
What is the usage of transponders?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is the difference between throw and throw ex?
What is difference between private and static constructor?