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
How many keyword present in C# language ?
Define using statement in c#?
Why do we use interface in c#?
Explain About Virtual functions and their use.
What is the difference between list and array in c#?
What is private variable?
What is JIT (just in time)? how it works?
What is a scope in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is difference between assembly and dll?
What is private static in c#?
Is c# substring zero based?
What is inheritance c#?
What is difference between ilist and list?
What is addressof operator?