View difference between Paste ID: EzVT8xHk and Mp4mt7F4
SHOW: | | - or go back to the newest paste.
1-
import java.util.Scanner;
1+
public abstract class Urzadzenie {
2
3-
public class Main {
3+
    public void wyswietlKomunikat(String komunikat) {
4
        System.out.println(komunikat);
5-
    public static void main(String[] args) {
5+
6-
        Pralka pralka = new Pralka();
6+
7-
        Odkurzacz odkurzacz = new Odkurzacz();
7+