virtual class
how do i implement a virtual 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 Jun 19, 2012, 8:18 AM
If you're asking how to implement them (in C# say), then check out this link:
http://msdn.microsoft.com/en-us/library/9fkccyh4.aspx
Satyapriya NayakPosted Jun 19, 2012, 8:13 AM
Please refer the below link
http://www.exforsys.com/tutorials/c-plus-plus/c-pure-virtual-function-and-base-class.html
Thanks