
- Forum
- Programming Talk
- C and C++
- what is virtual function?
what is virtual function?
This is a discussion on what is virtual function? within the C and C++ forums, part of the Programming Talk category; explain someoe...........................................................
-
03-16-2007, 05:41 AM #1
- Join Date
- Mar 2007
- Answers
- 5
what is virtual function?
explain someoe........................................................
-
functions that can by over-ridden in the derived class and binding happens at the run time.

Reply With Quote





