When do you absolutely have to declare a class as abstract
Answer Posted / kirti
1. When at least one of the methods in the class is abstract.
2. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How we can handle the exception at controller level in ASP.Net MVC?
Is razor a server side?
Explain the methods used to render the views in mvc?
what is entity framework?
What is attribute routing in mvc?
What is the use of display modes?
How we can add the css in mvc?
what is linq to entities?
How to change the action name in mvc?
Explain how to use multiple submit buttons in ASP.Net MVC?
How we can call a javascript function on the change of a dropdown list in mvc?
What is edm in entity framework?
What is a model in programming?
Which are the important namespaces used in mvc?
mention what is csdl, ssdl and msl sections in an edmx file?