Python - Polymorphism and Dynamic Behavior
You have a parent class with a method that returns a string. You want the child class to override this method but also add extra text after calling the parent method. Which approach correctly achieves this?
super() to get its result.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions