article_bot
Thu 9 February 2006, 08:31 am GMT +0100
It's not a good idea to change the default parameters of virtual methods because the default parameters are bound at compile time (static binding), whereas virtual methods themselves get bound only at run time (late binding).
To read the full article click here
To read the full article click here