package com.javarush.task.task11.task1118; //During supper, the devil having already put into the heart of Judas Iscariot, Simon's son, to betray him (John 13:2) /* Городское хозяйство */ public class Solution { public static void main(String[] args) { } public class Pet { } public class Cat extends Pet { } public class Car { } public class Dog extends Pet { } }