Пример #1
0
int public_method()
{
  return private_method();
}
Пример #2
0
 void public_method(){
     private_method();
 }