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 |
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What is a model in programming?
What is session state management?
What is needed for running an application built on winfx on the .net framework 3.0?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
How to Create an Intranet Site Using ASP.NET MVC?
What is the advantage of using asp.net routing?
what is client wins and store wins mode in entity framework concurrency?
How to bind table colum with gridview column?
How do you sort a dataset?
What are the levels at which filters can be applied in an asp.net mvc application?
What are Action Methods in ASP.NET MVC?