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 / guest
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 ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is list a collection c#?
How do you declare a method in c#?
Can a constructor have a return type?
User's session is explicitly killed by which method ?
What is extended class in c#?
What is sqldataadapter in c#?
Can we overload indexer in c#?
What is difference between static and readonly in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
How many kinds of elements an array can have?
Explain how can I get around scope problems in a try/catch?
What is the delegates in c#?
Explain the clr triggers?
Can you use foreach iteration on arrays in c#?
Name the property of the textbox which cannot be changed at runtime?