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 difference between float and decimal?
What is escape sequence in c#?
What is a statement c#?
What happens during the process of boxing?
Can an array be null c#?
What is use of list in c#?
What is lock statement in C#?
Is c# queue thread safe?
Can we call server-side code (c# or vb.net code) from javascript?
What is the difference while using directive vs using statement ?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
What is dll in vb.net?
What is static variable in c#?
Is there an equivalent of exit() for quitting a c# .net application?
What is an assembly qualified name