Question 1 of 303%
Object-Oriented Programmingeasy

A developer creates a Python class with a method that is intended to be overridden in subclasses. Which approach best ensures that the method is not accidentally called on the base class?

Select one: