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 .net framework used for?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
Difference between .NET & J2EE
What is the advantage of mvc?
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
Is it possible to cancel filter execution?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
What is the difference between windows vista and .net framework 3.0 ?
What is the use of action filters in an mvc application?
Can we change web.config settings from iis?