Need for Virtual Function?
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have some doubts in Virtual functions. What is the use of Virtual Functions? In which scenario, virtual functions will be useful ? For what real time problems, virtual function is preferred? Please clear my doubt. Thanks, Arun AC
-
Hi, I have some doubts in Virtual functions. What is the use of Virtual Functions? In which scenario, virtual functions will be useful ? For what real time problems, virtual function is preferred? Please clear my doubt. Thanks, Arun AC
It's all about polymorphism! A Googly search on "C++ virtual functions" yields billions of articles on the subject (ok, maybe not that many). For example: Polymorphic and Virtual Functions in C++[^] Cheers, Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: