![]() |
JustCpp
Repo wih C++ stuff
|
#include <oop.hpp>
Public Member Functions | |
CopyConstructor (int a) | |
CopyConstructor (const CopyConstructor &a) | |
int | getData (void) |
Private Attributes | |
int | private1 |
CopyConstructor::CopyConstructor | ( | int | a | ) |
CopyConstructor::CopyConstructor | ( | const CopyConstructor & | a | ) |
int CopyConstructor::getData | ( | void | ) |
|
private |