Answer Posted / priya
No, C# doen't not support Multiple inheritance.
But the concept of Multiple inheritance could be
accomplished by Interfaces.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the reason behind the invention of c#?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What’s thread.sleep() in threading ?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Should I use double or float?
Explain the role of Garbage collector and its generations?
From which base class do all Web Forms inherit from?
What do you mean by the delegate in c#?
What is the difference between an implicit conversion and an explicit conversion?
What's the difference between abstraction and encapsulation?
What is difference between class and interface in c#?
What does typeof return c#?
What's the c# syntax to catch any possible exception?
What are the new features in c# 2.0?
Can you specify an access modifier for an enumeration?