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 dma? : Dot net architecture
What is Com Callable wrapper?when it will created?
Explain domestic architecture artifacts? : .NET Architecture
Define a managed code? : Dot net architecture
where should I put this information then?
What is .net mobile lists. : Microsoft dot net mobile
Why am I getting an invalidoperationexception when I serialize an arraylist?
What are the types of application software?
how to make and display a form without title bar?
What is cache coherency and how is it eliminated? : .NET Architecture
What is WPF and WCF?
Name some changes done since version 3.0?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
How to prevent my .NET DLL to be decompiled?
Whate are resource files? How are they used in .net?