Exemplo n.º 1
0
int public_method()
{
  return private_method();
}
Exemplo n.º 2
0
 void public_method(){
     private_method();
 }