When do you absolutely have to declare a class as abstract
Answer / 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 |
explain what does .edmx file contains?
Can we access the web controls in a page pre initialising event?
Explain how you can send the result back in JSON format in MVC?
Can any particular component of .net framework 3.0 be removed?
What data type should you use if you want an 8-bit value that's signed ?
What is the need of Action Filters in ASP.Net MVC
Explain peek method in tempdata in asp.net mvc?
what is entity data model?
What is ViewStart Page in ASP.Net MVC?
How to bind table colum with gridview column?
What is Reference type and value type
What is viewstart page in mvc?