Does C# support multiple inheritance?
Answer Posted / venu gopal
No, use interfaces instead.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Can we inherit private members of class in c#?
What are data types with examples?
In howmany ways can you deploy an assembly?
What is unmannaged code and will CLR handle this kind of code or not .
What is difference between value and reference types in C#.NET
Is xamarin free?
What is polymorphism c# example?
i want the csharp questions&answeres
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is the difference between const and static read-only?
What is routing in c#?
Which function is the entry point for a DLL in MS Windows 3.1?
What is datagrid c#?
What are types of constructor?
What are get and set in c#?