Feladat🌐 shown in EN
📝 **Question:** Define abstract class \`Greeter\` with abstract method \`hello\`. Concrete subclass \`Hi\` returns \`"hi"\`. Print \`Hi().hello()\`.\nExpected: hi
📋 Pick the right answer.
💡 **Hint:** Re-read the theory above if unsure.