Friend and Virtual Functions

C++ introduce two new types of functions, namely, friend function and virtual function. They are basically introduced to handle some specific tasks related to class objects. Therefore, discussions on these functions have been reversed until after the class object are discuss.

1 comment: