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
Which software is used for .net programming?
Explain domestic architecture artifacts? : Dot net architecture
Explain How to improve the cache performance? : Dot net architecture
What is a managed code? : Dot net architecture
What is the application frame host?
What is the difference between metadata and menifest ?
Explain .net mobile automatic paging? : Microsoft dot net mobile
what is the method while we are using adapter and dataset ?
What are the types of memory management? : Dot net architecture
Explain the difference between state server and sqlserver : Dot net architecture
Explain hard disk and what is its purpose? : Dot net architecture
Is dim fs as filestreamobject is a managed code? : Dot net architecture
What is an interrupt? : .NET Architecture
What are bindings?
When do I need to use gc.keepalive?