Answer Posted / kishore.a
C# does not support multiple inheritance. We make use of
Interfaces instead.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I get the ascii code for a character in c#?
How can you reference current thread of the method ?
What is the use of regex in c#?
Explain lock, monitors, and mutex object in threading.
Is namespace necessary in c#?
What is the difference between c and c sharp?
What is the implicit name of the parameter that gets passed into the class set method?
How big is a float?
How do you sort a list in c#?
Why do we use Design Pattern in C#?
Why do we use yield in c#?
Is int reference type c#?
Is it possible to nest cfml conditional tags?
Are structs value types or reference types?
Explain the difference between const and static read-only?