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 can you enhance the performance of entity framework?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Can a view be shared across multiple controllers? If yes, how we can do that?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Explain the types of Scaffoldings.
What is namespace of asp.net mvc?
Explain Keep method in Tempdata in ASP.Net MVC?
What is conceptual model? : Entity framework
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is storage model? : Entity framework
Which are the important namespaces used in ASP.Net MVC?
What is entitycontainer? : Entity framework
what is entityclient?
Is dapper better than entity framework?