When do you absolutely have to declare a class as abstract



When do you absolutely have to declare a class as abstract..

Answer / kirti

1. When at least one of the methods in the class is abstract.

2. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What are Code Blocks in Views?

0 Answers  


How do you enforce garbage collection in .NET

1 Answers   Wipro,


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

0 Answers  


What is definingquery in entity framework? : Entity framework

0 Answers  


how many ways for pass the parameters in the fuction in c#

4 Answers  






What is meant by domain model?

0 Answers  


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


what do you mean by navigation property?

0 Answers   Microsoft,


what is lazy loading in entity framework?

0 Answers   Microsoft,


How large is the .net framework 3.0? Does this change make the release larger?

0 Answers  


What is the significance of nonactionattribute?

0 Answers  


Can I redirect tracing to a file

1 Answers  


Categories