Open Issues Need Help
View All on GitHub Skapa User Klass 7 months ago
AI Summary: This issue requires creating an abstract `User` class. Other specific user classes will then inherit from this base class. The `User` class should include an abstract `Name` field/property and an abstract `ShowMenu()` method that derived classes must implement.
Complexity:
1/5
good first issue