hello everybody,i want to know about virtual functions in c++ and how to implement them,plz help me....
To get the idea of what a Virtual functions in C++ is all about you can see http://www.awprofessional.com/articles/article.asp?p=26063 . Also to know what a virtual functions is all about you should know inheritance, and pointers a bit.