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 do I define my own code group
What is namespace used for loading assemblies at run time and name the methods?
What is .net framework used for?
How to use Jquery Plugins in ASP.Net MVC validation?
How to ensure the credentials for WebService using Windows authentication
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
If we not suppress finalize method in dispose what will happen?
What is Partial Assembly References?
What is the common property in .net?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is Peek method in Tempdata in ASP.Net MVC?
What is the property available to check if the page posted or not