When do you absolutely have to declare a class as abstract
Answer Posted / 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 |
Post New Answer View All Answers
What is the "helperpage.isajax" property?
What is the .net framework and how does it work?
What is the role of the jit compiler in .net framework?
explain what does .edmx file contains?
What is a model in android?
Explain how you can implement Ajax in MVC?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is basic authentication in web api?
What is the significance of nonactionattribute?
What is Area in ASP.Net MVC?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is code first? : Entity framework
What is associationset? : Entity framework
How we can add the CSS in ASP.Net MVC?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?