Answer Posted / neerajtyagi
No, there is no direct way to support multiple inheritance
in C# like C++.
But you can acheive multiple inheritance in C# using
interface.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Is c# a backend language?
Does unity use c++ or c#?
Explain the difference between “constant” and “read-only” variables used in c#?
What is dataadapter c#?
Why do we need generics?
What are floating point numbers?
What is the difference between null and string empty in c#?
What is the difference between virtual and override in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is difference between code access and role based security?
How do you name a variable in c#?
What is xor operation?
Explain the difference between the system.array.copyto() and system.array.clone()?
Explain the difference between the debug class and trace class?