What is difference between interface inheritance and class
inheritance ?
Answer Posted / jyothish vakkom
in c# thr is no multiple inheritanc.so we use intefaces in
c# 4 implimenting multiple inheritance..
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the namespcae generally given to the webpage of the .NET Framework ?
What is a class in unity?
What is executereader in c#?
Give examples for reference types?
Is list immutable in c#?
What is the difference between constants and read-only?
What is the use of tryparse in c#?
What is the difference between “out” and “ref” parameters in c#?
What are custom exceptions?
Explain the difference between boxing and unboxing.
Explain about multithreading?
Explain the difference between Response.Write () and Response.Output.Write ().
What is Web.config?
Is class reference type c#?
If a method's return type is void, can you use a return keyword in the method?