When do you absolutely have to declare a class as abstract
(as opposed to free-willed educated choice or decision based
on UML diagram)?
Answer Posted / umesh
When at least one of the methods in the class is abstract.
When the class itself is inherited from an abstract class,
but not all base abstract methods have been over-ridden.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What do you mean by generic class in c#?
What is the xml document structure?
What is a partial class in c#?
Is class reference type c#?
Do while loops yes or no c#?
What is an example of delegation?
Please explain value types and reference types used in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is the full form of GAC? Explain its uses?
Explain what are the steps for creating clr trigger?
What are abstract classes in c#?
How can you set image source dynamically from c# application to ”test.png” file?
What is different between Static Constructor and Private Constructor?
What is difference between for and foreach in c#?
How many types of constructors are there?