Why do we need abstract class?



Why do we need abstract class?..

Answer / Ankita Dabral

We use Abstract Classes in C# to define a common set of methods and properties that must be implemented by derived classes. They cannot be instantiated directly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why attributes are used in c#?

1 Answers  


Is array a list?

1 Answers  


Who benefits from ajax?

1 Answers  


What is difference between static and readonly in c#?

1 Answers  


Name the method of servicebase class?

1 Answers  


What is the purpose of dictionary in c#?

1 Answers  


Explain lock, monitors, and mutex object in threading.

1 Answers  


How many dimensions can an array have?

1 Answers  


In which situation(s), the use of "Delegate" is a good idea?

1 Answers   MCN Solutions,


what is the difference between finally and dispose methods?

3 Answers   HCL, Patni,


What are the three types of operators?

1 Answers  


what is difference between is and as operators in c#?

1 Answers   Winsol Solutions,


Categories