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
Can you explain atlasuiglitz library?
How do I stop a thread?
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain cache? : .NET Architecture
What is .net viewstate?
I want to create a project like google maps how can we do that with atlas?
What is an asssembly qualified name? Is it a filename? How is it different?
12. Types of polymorphisem[Run and Design Exp.]
What is a service contract, operation contract and data contract?
How can we perform data binding in atlas?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Explain dotnet framework ?
what is tracing? Where it used?
What are the options provived by vss to the user? how it will help us while delevoping application?
how to change row background color in gridview