What is an Interface and What is an Abstract Class?
Answer Posted / lalit
An abstract class is a parent class that allows inheritance
but can never be instantiated
Abstract classes are the classes with no implementation of
methods or concerete implementation of methods
An Interface can inherit several interfaces.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain login controls.
How many types of controls are there in asp.net?
What is asp net theme?
What is the asp.net control toolkit?
What is event in asp.net?
What are the different authentication modes in asp.net?
What is http protocol and how it works?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How is my content secured from unauthorized access?
How can you debug your.net application?
how to debug web services on consumer side?
What is rich control in asp.net?
In order to get assembly info which namespace we should import?
Why should i prefer JSP over asp.net or any other web development language..??