Difference between abstract class and interface
Answer Posted / versha
Interface: 1)In case if interface it is one contract.The
functions which we define functions we have to make
implements in body.
2)It can come in inheritance chain
Abstract Class:1) In case of Abstract class we have to use
keyword that is"Mustinherit".
2)In that this is not come in inheritance
chain
Is This Answer Correct ? | 84 Yes | 195 No |
Post New Answer View All Answers
How do I write to the application configuration file at runtime?
Explain difference between machine config vs. Web config? : .NET Architecture
What is Object Caching in Visual Studio 2010?
how to change the title of my window?
How do I know when my thread pool work item has completed?
Difference between type constructor and instance constructor?
Can you explain server controls in atlas?
Can you explain scriptmanager control?
What does the term "green architecture" mean? : .NET Architecture
What is the difference between an application and a program?
What is difference between Desktop, Client Server & Web based applications?
Explain how cache is used? : Dot net architecture
What is a service class?
what is inheritancy where u required ?
Describe the Managed Execution Process in .NET?