What is the difference between Abstract and Interface?
Answer Posted / thulasiram
interface can have only non implementation methods
abstract class can have both implementation and non
implementation methods
interfaces are used for universal access
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is marshalling in c#?
Can property be private in c#?
What is the difference between arraylist and list in c#?
Why are dynamic link library used over static one?
Explain about Error handling and how this is done
How does bubble sort work?
Explain the difference between a struct and a class?
List some of the basic string operation?
What is lock in c#?
Define c# i/o classes? List the commonly used classes?
Why can't we use a static class instead of singleton?
Is multilevel inheritance possible in c#?
Is there regular expression (regex) support available to c# developers?
What is 8 bit signed integer?
What is difference between const and static in c#?