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
Define the mesi? : Dot net architecture
What is the difference between metadata and menifest ?
8. Oop-Why and were we use Interfacse and Abstract class.
How do I write to the application configuration file at runtime?
what is the difference between master page and content page?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
Is .net easier than java?
What are library functions?
What is one way operation?
Explain the purpose of cache? How is it used? : Dot net architecture
Does .NET runtime offer Deterministic Destruction or not?
Why am I getting an invalidoperationexception when I serialize an arraylist?
what is tracing? Where it used?
Define domestic architecture artifacts? : Dot net architecture
Explain about code access security?