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
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
what is csdl?
Can I uninstall microsoft .net framework?
What is the difference between viewbag and viewdata in asp.net mvc?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is conceptual model? : Entity framework
What are Model Binders in ASP.Net MVC?
What is entitycontainer? : Entity framework
What is renderbody?
What is an asynchronous controller in asp.net mvc?
Explain unit test done by tester on development team?
Explain tempdata in mvc?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
What is entity framework used for?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?