Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Uczen extends Osoba {
- double mat, fiz, chem;
- Uczen(String imie, String nazwisko, int rok, double mat, double fiz, double chem) {
- super(imie,nazwisko,rok);
- this.mat=mat;
- this.fiz=fiz;
- this.chem=chem;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment