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
Do you know about caching with the datasource controls?
How can we create pie chart in asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the difference between pathparam and queryparam?
Explain an object, class and method.
What is advantage of code behind coding in ASP.NET?
What are the events in a page life cycle?
How many types of state management are there in asp net?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is the difference between web.config and machine.config in ASP.NET?
How to make paging concepts in datagrid in ASP.NET?
Which dll handles the request of .aspx page?
What’s the use of “GLOBAL.ASAX” file?
Why do we need asp.net?
Explain the different parts that constitute ASP.NET application?