# Introduction In this lab, we need to create a `Rectangle` class with length and breadth variables, and then overload the `--` operator as both a prefix and postfix operator, and demonstrate the usage of these overloaded operators by creating two `Rectangle` objects and performing operations on them.
Click the virtual machine below to start practicing