Overloading Prefix and Postfix Operators

# 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.

|60 : 00

Click the virtual machine below to start practicing