No need to fill in method with a parameter/or argument.



public class FrontEnd {

    public FrontEnd( ) { makeTitle( );}


Execution part: make title();

No need to fill in the parameter/argument of a method.


Comments

Post a Comment