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
How do I know when my thread pool work item has completed?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
difference between data reader and dataset
Explain .net mobile input controls? : Microsoft dot net mobile
What is a clickonce application?
Explain some of the disadvantages due to microsoft.net?
what is polymorphism and advantage ?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain the difference between state server and sqlserver : Dot net architecture
Explain the process of gc?
How to upload in video,mp4,in .net 4.5 ..?
Explain the difference between primary & secondary storage device? : .NET Architecture
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
How can we integrate atlas with web services?