JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
PolymorphismDerived1 Class Reference

#include <oop.hpp>

Inheritance diagram for PolymorphismDerived1:
Collaboration diagram for PolymorphismDerived1:

Public Member Functions

int publicMethod1 (int a) override
 

Private Member Functions

int privateMethod1 (int a) override
 

Member Function Documentation

◆ privateMethod1()

int PolymorphismDerived1::privateMethod1 ( int a)
overrideprivatevirtual

Implements PolymorphismBase.

Here is the caller graph for this function:

◆ publicMethod1()

int PolymorphismDerived1::publicMethod1 ( int a)
overridevirtual

Implements PolymorphismBase.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: