Inheritance
Python, as an object-oriented language, supports inheritance, enabling the creation of a new class from an existing one.
Python, as an object-oriented language, supports inheritance, enabling the creation of a new class from an existing one.