Please enable JavaScript to use CodeHS

Utah Computer Programming 2

Lesson 8.4 Operator Overloading

Description

In this lesson, students will learn about operator overloading and how mathematical methods can be redefined by overriding their method in the class definition.


Objective

SWBAT override mathematical operators to redefine the way mathematical functions are performed.