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

How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!

2 Answers   HCL,


What is a model in programming?

0 Answers  


What is session state management?

0 Answers  


What is needed for running an application built on winfx on the .net framework 3.0?

0 Answers  


Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?

1 Answers   ABC,






How to Create an Intranet Site Using ASP.NET MVC?

0 Answers  


What is the advantage of using asp.net routing?

0 Answers  


what is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


How to bind table colum with gridview column?

0 Answers  


How do you sort a dataset?

2 Answers  


What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,


What are Action Methods in ASP.NET MVC?

0 Answers  


Categories