
- Forum
- Programming Talk
- C and C++
- overload virtual function
overload virtual function
This is a discussion on overload virtual function within the C and C++ forums, part of the Programming Talk category; Can we have overload a function which is virtual? Thanks...
-
03-01-2010, 06:46 AM #1
- Join Date
- Mar 2010
- Answers
- 4
overload virtual function
Can we have overload a function which is virtual?
Thanks
-
You can overload virtual functions, but it's not a recommended practice. I tried it out with both GCC and MSVC++ 2003, and neither gave me an error or warning....


Reply With Quote





