Esempio n. 1
0
int public_method()
{
  return private_method();
}
 void public_method(){
     private_method();
 }