The UML diagram for a class named Card you want to use lists the following method, where the underline means the method is static:
+ getInstance(): Card
Write the statement you would use to make a Card object named firstCard using the above function.
____ ____ = ____;