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 Com Callable wrapper?when it will created?
Explain about common language infrastructure?
Explain the race around condition? : .NET Architecture
What is an interrupt? : Dot net architecture
What is ILDASM ?
How to improve the cache performance? : .NET Architecture
what are login controls?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Define dma? : Dot net architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
Explain difference between inprocess vs out process session state? : .NET Architecture
What is the problem with .net generics?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is the purpose of Accordian in jquery? Where it can be used?
Are there any third party logging components available?