In object-oriented programming, what is the primary purpose of method overriding?
A subclass redefines an inherited method with the same signature, providing a specialized implementation.
Method overriding is restricted to private methods, ensuring encapsulation and limiting access from outside the class.
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Object-Oriented Programming Exercises are loading ...