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 |
What is html.renderpartial?
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
IS MS.Net platform independent or dependent?
19 Answers Infosys, Ksb, Satyam,
What are Scaffold templates in ASP.Net MVC?
What are differences between entity framework and l2s? : Entity framework
Explain how to use multiple submit buttons in ASP.Net MVC?
What are the levels at which filters can be applied in an asp.net mvc application?
Who defines the CAS code groups
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
How to make sure Client Validation is enabled in ASP.Net MVC
The order of the filters that get executed, if the multiple filters are implemented?
will there be any issues adding a table without primary keys to a data model?