Answer:
c) bigRect.print();
Step-by-step explanation:
We have a class named rectangleType and an obejct is created as rectangleType bigRect; (We have an object named bigRect).
In order to use any function with this object, we need to write the object name, a dot, and the name of the function.
bigRect.print();