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
Explain about the base class library provided by microsoft.net?
Explain the purpose of cache? How is it used? : Dot net architecture
how to create applications by using Visual Studio 2012?
how to change the application name?
What are the five stages in a dlx pipeline? : Dot net architecture
Explain cache? : Dot net architecture
Differences between VS 2005, 2008 and 2010 ?
Explain Intermediate Language?
What happens to the winfx technologies?
Whate are resource files? How are they used in .net?
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain about metadata?
What is cache coherency and how is it eliminated? : Dot net architecture
What are .net mobile controls features? : Microsoft dot net mobile
12. Types of polymorphisem[Run and Design Exp.]