12
void func( int required ); void func( int required, int optional );
void func( int required, int optional = 0 );
void func( int required, ... );