What is the difference between Abstract and Interface?
Answer Posted / jithin j
Interface: contain only abstract method and static and final (constant) variable.Even if we don't use static and final keyword it is considered as constant
Abstract: contain both abstract and non abstract method
Interface: class implements interface
Abstract : class extends abstract class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is virtual method in c#?
What is ado net in c#?
What is a copy constructor in c#?
Explain About Iunknown interface Queue
Is hashset ordered c#?
Explain the process of inheriting a class into another class?
What is console readkey in vb net?
What is the use of 0 in c#?
how to sort an array in c#
is it possible to access a remote web service Without UDDI?
What is difference between constants and readonly in c#?
How to override a function in c#?
Explain the difference between arraylist and array and in c#?
Does a loop recorder have to be removed?
What is xml document how do you open it?