Public Member Functions | |
int | getI () |
void | setI (int _i) |
This class is an example of final class. It has only one member : integer i.
This class is final.
int A::getI | ( | ) |
Get i
void A::setI | ( | int | _i | ) |
Set i to the parameter _i
_i | the new value of i |