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 are sections?
What is the .net framework and how does it work?
What does mvvm mean?
What is the difference between model view and controller?
explain what does .edmx file contains?
what is datacontrols?
What is controllercontext?
will there be any issues adding a table without primary keys to a data model?
Explain the difference between viewbag and viewdata in mvc?
Can you set the unlimited length for "maxjsonlength" property in config?
What is RouteConfig.cs in ASP.Net MVC 4?
What does a viewmodel do?
How to answer for project questions..?
Explain what platforms does the .net framework run on?
How we can register the Area in ASP.Net MVC?