Difference between abstract class and interface
Answer Posted / a.srinivas
1)we can't create directly an object of interface
2)inter faces have only abstract methods where as abstract class have may concrete methods and abstract methods
3)interfaces are common reusuable
but abstract class are specific reusuable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I create my own permission set?
Explain about .net garbage collector?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
What is one way operation?
define cache memory? : Dot net architecture
Can you explain control extenders?
data types used in validation control
Explain about generation?
What is .net mobile images control. : Microsoft dot net mobile
Can you explain update progress control?
What is the purpose of Accordian in jquery? Where it can be used?
What is a virtual memory? : Dot net architecture
Explain the difference between state server and sqlserver : Dot net architecture
what are the events for a form?
HttpHendler and HttpModules