As far as I know, both abstract methods and pure virtual functions do NOT provide any functionality ... So can we say they\'re both the same thing ?
Also, suppose a
You don't explicitly declare classes or methods as abstract in C++. The presence of pure virtual methods is what makes them abstract.