mercredi 4 mars 2015

Calling a function from a constructor



How can I have the Edit() method be called by default when I construct a Breuk object?



public class Breuk {
public Breuk() {//constructor

}

private static Breuk Edit (Breuk b){ //function

}
}



Aucun commentaire:

Enregistrer un commentaire