How do you create multiple inheritance in C#?
Answer Posted / jiten
if u want to crate multile inheritance in C#
u can use intface
| Is This Answer Correct ? | 98 Yes | 10 No |
Post New Answer View All Answers
What are collection classes?
What do you mean by “finalize” and “finally” methods in c#?
Which of the following operations can you not perform on an ado.net dataset?
Write a program in C# for checking a given number is PRIME or not.
What is the difference between // comments, /* */ comments and /// comments?
What is the do while loop code?
Is and as in c#?
How do you escape a character?
Which operator cannot be overloaded in c sharp?
Why interface is required?
How to sign an assembly with strong name?
What is the difference between list and arraylist c#?
How will you get the different language strings?
What exactly happens when we debug and build the program?
Different between method overriding and method overloading?