Answer Posted / lakki
Abstract class is a class contains one or more abstract
methods or propeties, such methods do not provide
implementation. if u wantto implement that methods then first
u hav to derive that class.
abstract classes cant be intiated, but abstract derived
classes can be inherited.
Overriding is nothing but a child class derived the method in
its parent class, method parametrs are same but logic is
different..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a view engine?
Does razor engine supports for tdd?
What is objectset? : Entity framework
Possible ways to prevent xss attacks on mvc application?
what is use of entitydatasource control?
differences between poco, model first and data first approach?
How to answer for project questions..?
What is associationset? : Entity framework
What is Layout in ASP.Net MVC?
what is entityclient?
How do I use partial view?
How do you handle variable number of segments in a route definition?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Explain tempdata in mvc?
what do you mean by table-per-type?