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 is private protected in c#?
Describe two uses of the “using” statement during the operation of c#?
Difference between value and reference type.
What is the difference between values and reference types?
How do you escape a character?
What is the purpose of reserved word using in c#?
What does it mean?
What is c-sharp (c#)?
Name the control which cannot be placed in mdi?
Is post back in c#?
What is the use of 0 in c#?
How to reverse each word in a string using c#?
Which technology is best for desktop application?
Can you store different types in an array in c#?
What is private readonly in c#?