Welcome to the Superhero Creator!
This is a Python Object-Oriented Programming (OOP) project that allows users to create and interact with their very own superhero. The program showcases key OOP principles like classes, inheritance, encapsulation, and polymorphism, all in an interactive console experience.
- Create a custom superhero with a name, power, origin, and flight speed.
- Use special powers that reduce the hero’s energy.
- Recharge energy when the hero is tired.
- Fly at specified speeds using inherited methods.
- View the current status of the superhero at any time.