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
Explain asp.net page life cycle?
To get the values in two different controls to match which control you use it?
How can we communicate with each server in N-tier Architecture? and what are the methods?
How many web.config files can I have in an application?
What is xaml? Are xaml file compiled or built on runtime?
Explain weak typing and strong typing.
What is difference between viewstate and session state in javascript?
What are client activated objects?
Define msil.
Is redux flux?
What is data binding in asp net?
Why do we need asp.net?
What is the difference between visual basic and asp.net?
calling result set one procedure to anothar procedure in sql2000
What are query strings used for?