can you give me a simple example of inheritance and polymorphism, so it could be fully clear and understandable?
using C# would make it more clear, as I already lear
Polymorphism is the act of overriding what you Inherited.
If you don't override it, it's not polymorphism, it's just inheritance.