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 a service contract, operation contract and data contract?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
So what exactly is the configuration file for then?
Why the config file might not be writable
Explain cache? : Dot net architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
How does an appdomain get created?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
How does .net remoting work?
Whate are resource files? How are they used in .net?
Define domestic architecture artifacts? : Dot net architecture
What is .net mobile lists. : Microsoft dot net mobile
Explain the difference between l1 and l2 cache? : Dot net architecture
Explain about microsoft visual studio?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts