public class Main {
public static void main(String[] args) {
//Exemplu 1
Pisica p1 = new Pisica();
p1.spuneMiau();
//Exemplu 2
// Pisica2 p2 = new Pisica2(2, "gri", 3.5);
// System.out.println(p2.descriePisica());
//Exemplu cu clasa abstracta
// Form a = new Form() {};
// a.name = "something";
// System.out.println(a.calculatePerimeter());
}
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.