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
Explain different properties of object oriented systems.
What is throw in c#?
What is the difference between string keyword and system.string class?
What is dll file in c#?
What is meant by console programming?
What is an example of a delegate?
Which config file has all the supported channels/protocol?
What is virtual in c#?
What is nameof c#?
How to assign Null value to Var?
what class is underneath the sortedlist class?
Can we create extension method for interface?
Why var is used in c#?
What is callback delegate in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )