Tuesday, 1 October 2013

I am able to call a method w/o passing the required arguments in c++. How come=?iso-8859-1?Q?=3F_=96_stackoverflow.com?=

I am able to call a method w/o passing the required arguments in c++. How
come? – stackoverflow.com

Here is the code... #include "stdafx.h" #include<iostream> using namespace
std; class Base { public: virtual void Display(bool b = false) { ...

No comments:

Post a Comment