When do you absolutely have to declare a class as abstract
(as opposed to free-willed educated choice or decision based
on UML diagram)?



When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choi..

Answer / 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

More C Sharp Interview Questions

What are the steps for creating clr trigger

0 Answers  


Why main is static in c#?

0 Answers  


What is equal c#?

0 Answers  


Is struct object oriented?

0 Answers  


What is a console?

0 Answers  






Define method overloading in c#?

0 Answers  


Why delegates are safe in c#?

0 Answers  


What Is The Difference Between The System.array.copyto() And System.array.clone()?

0 Answers   Infosys,


How do you escape c#?

0 Answers  


Difference between imperative and interrogative code?

1 Answers   VelTech, Wipro,


When should I throw an exception?

0 Answers  


What exactly happens when we debug and build the program?

0 Answers  


Categories