You are developing an application that tracks tennis matches. A match is represented by the
following class:
A match is created by using the following code:
How many times is the Location property on the newly created Match class assigned?
A.
0
B.
1
C.
2
D.
3