C# SHARP
what is difference between the virtual class and abstract class?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 6, 2014, 10:35 AM
There are just virtual methods, properties, indexers and events.
The difference between these and their abstract counterparts is that the former have an implementation but the latter don't. Consequently, virtual members can be and abstract members must be overridden in concrete derived classes.
MahaPosted Nov 6, 2014, 10:00 AM
In the above webpage at the right side upper corner there is a search box. If type the subject you want and press GO button you will find out the subject in detail you want.