adspace


Why do we need abstract class?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Which namespaces are necessary to create a localized application?

1153


What is an abstract class c#?

985


How do you inherit a class into other class in c#?

1004


How to assign Null value to Var?

1078


What is expression tree in c#?

1014


Why can't we use a static class instead of singleton?

968