Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public abstract class Urzadzenie {
- public void wyswietlKomunikat(String komunikat) {
- System.out.println(komunikat);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement