package com.javarush.task.task11.task1119; Jesus, knowing that the Father had given all things into his hands, and that he came forth from God, and was going to God (John 13:3) /* Четвертая правильная «цепочка наследования» */ public class Solution { public static void main(String[] args) { } public class House { } public class Cat { } public class Car { } public class Dog { } }