Question: White a class Example that initializes two values vt and v2 to 0 by delault, and prints the values in this form Value 1 20,
White a class Example that initializes two values vt and v2 to 0 by delault, and prints the values in this form Value 1 20, value 2 30 When two objects of this class are added together using the operator the result is VT of object I gets added to VI of object 2 and v2 ot object 1 gets added to v2 of object 2 For example a Examplel20,30) printa] Value 1 20, Value 2 30 b- Examplel40,50 c-a+D Ca-b printc) Value 1 60, value 2 80
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
