Answer Posted / venkateh chowdary gutlapalli
A class that contains on one or more abstract functions is
known as abstract class.
we can not instantiate abstract class directly.first we have
to create a derived class and then we can instantiate.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Is the following route definition a valid route definition? {controller}{action}/{id}
What is page life cycle?
Explain what platforms does the .net framework run on?
What is entity framework used for?
What are Action Methods in ASP.NET MVC?
What you mean by routing in asp.net mvc?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What are Model Binders in ASP.Net MVC?
How you can implement custom validation in asp.net MVC?
What is the difference between windows vista and .net framework 3.0 ?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is the .net framework and how does it work?
Why to use html.partial in mvc?
How to update one of my table in database at 4pm every day how it is possible?