What is difference between interface inheritance and class
inheritance ?
Answer Posted / sudheer
An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of 'using' statement in c#?
What does dbml mean?
What are partial classes and use of partial classes?
What is lazy keyword in c#?
What is boxing & unboxing?
What is tryparse c#?
We cannot create instances of static classes. Can we have constructors for static classes?
What is interface inheritance in c#?
What are immutable types in c#?
What is object pool in .net?
What is the purpose of abstract class in c#?
What are the basics of c#?
Are structs value types or reference types?
What is a console?
Which debugging tools you can use in the .NET ssSDK?