Does C# support multiple inheritance?
Answer Posted / venu gopal
No, use interfaces instead.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are All kind of access specifiers for a class and for methods
What are the types of constructors?
Is c# static or dynamic?
Can properties be static in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
Differentiate between static class and singleton instance?
User's session is explicitly killed by which method ?
if a method is marked as protected internal who can access it?
Can firstordefault return null?
What is int64 in c#?
What does namespace mean?
What is null character in string?
What is default value of enum c#?
Value Type and Reference Type Data type in C#?
How is the syntax written to inherit from a class in C#?Give an example ?