![\huge\blue {\underline { \overline{ \bf \mid\: \: \: \: \: QUESTION \: \: \: \: \mid}}} \huge\blue {\underline { \overline{ \bf \mid\: \: \: \: \: QUESTION \: \: \: \: \mid}}}](https://tex.z-dn.net/?f=+%5Chuge%5Cblue+%7B%5Cunderline+%7B+%5Coverline%7B+%5Cbf++%5Cmid%5C%3A++%5C%3A++%5C%3A++%5C%3A+%5C%3A+QUESTION++%5C%3A+%5C%3A++%5C%3A+%5C%3A++%5Cmid%7D%7D%7D)
What Is An Abstract Class And What Is It's Purpose?
Answers
Answered by
0
A Class which doesn't provide complete implementation is defined as an abstract class. Abstract classes enforce abstraction.
Answered by
2
Answer:
The purpose of an abstract class is to define some common behavior that can be inherited by multiple subclasses, without implementing the entire class. In C#, the abstract keyword designates both an abstract class and a pure virtual method.
Similar questions