Open dwinston opened 4 years ago
Changes thing.area(thing) to thing.area() and thing.perimeter(thing) to thing.perimeter() in using-oop examples.
thing.area(thing)
thing.area()
thing.perimeter(thing)
thing.perimeter()
Changes
thing.area(thing)
tothing.area()
andthing.perimeter(thing)
tothing.perimeter()
in using-oop examples.