Answer Posted / sravanthi
Deriving a new class from more than 1 base class (or) old
class is called multiple inheritance.but c# does not
supports it.but we can implement multiple concept by using
interfaces.
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is ControlBox Propertie
Differentiate between response.expires and response.expiresabsolute?
Are c# strings null terminated?
What is uint16?
Explain what are the steps for creating clr trigger?
Why dependency injection is used in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
What do you understand by an Implicit Variable?
Is 0 an unsigned integer?
What is a Jagged Array in C#?
Which is the best language for desktop application?
What is a linq in c#?
Can you use foreach iteration on arrays in c#?
What is the use of inheritance in c#?