Can an abstract class have normal methods?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of California, Berkeley, Lives in Berkeley, CA, USA.
Only Abstract methods have to be implemented by the subclass. An Abstract class can have normal methods with implementations. Abstract class can also have class variables beside Events, Delegates, Properties and Methods. A class can only implement one abstract class only due non-existence of Multi-inheritance in C#.Apr 18, 2009
2023-06-14 06:18:31
评论(499)
Helpful(122)
Helpful
Helpful(2)

Noah Thompson
QuesHub.com delivers expert answers and knowledge to you.
Only Abstract methods have to be implemented by the subclass. An Abstract class can have normal methods with implementations. Abstract class can also have class variables beside Events, Delegates, Properties and Methods. A class can only implement one abstract class only due non-existence of Multi-inheritance in C#.Apr 18, 2009