Suppose obj1 and obj2 are two objects of a user defined class A. An + operator is overloaded to add obj1 and
obj2 using the function call obj1+obj2.
Identify the correct function prototype against the given call?
When a virtual function is called by referencing a specific object by name and using the dot member
selection operator (e.g., squareObject.draw()), the reference is resolved at compile time.