
October 11th, 2009, 02:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 38,073
Time spent in forums: < 1 sec
Reputation Power: 43
|
|
|
Virtual Functions and Polymorphism
Declaring functions as virtual makes the use of classes easier to manage, and allows for polymorphism, a central tenet of Object-Oriented programming. I know that these kinds of topics are difficult for newer programmers to pick up, and as such, I'll attempt to explain it as simply and with as much detail as possible to help people understand.
Read the full article here: Virtual Functions and Polymorphism
|