Difference between abstract class and interface
Answer Posted / sudhakar
An Abstract class contains both abstract and non abstract methods.but the interface contains only abstract methods.
Abstract methods declared with the keyword Abstract where interface declared with interface keyword.
By using interface concept multiple inheritance is support.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the Lapsed Listener problem in .net
any one can explain about projectarchitecture and project approach briefly
What is .net transaction?
What is ILDASM ?
How do we do authentications using atlas?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
What are public and private assemblies ?
data types used in validation control
What does the term "green architecture" mean? : .NET Architecture
Explain COM with example?
What is the difference between machine config vs. Web config : Dot net architecture
difference between Response.write,server.transfer and also which one is used when ?
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is cache coherency and how is it eliminated? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture