7. Oop-Diff B/w Interfacse and abstract class.
Answer Posted / preetham
Abstract Class:
* It contains both abstract methods and normal methods
* We can not create an instance of abstract class
* we can inherit only one abstract class
Interface :
* It contains only abstract methods which has only signature does't have body
* We can not create an instance of interface.
* We can inherit multiple interfaces
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the problem with .net generics?
How to prevent my .NET DLL to be decompiled?
how to create applications by using Visual Studio 2012?
Explain about cookie less session state? : .NET Architecture
how to set the startup position of the form?
What are different types that a variable can be defined and their scopes ?
What are relation objects in dataset?
Explain difference between machine config vs. Web config? : .NET Architecture
inprocess vs out process session state : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is the difference between l1 and l2 cache? : Dot net architecture
How can we integrate atlas with web services?
Explain the difference between state server and sqlserver : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
Explain cache? : Dot net architecture