Write the code for a message whose method name is send Object. There is one argument for this message, which is of type Customer. Suppose there is an object of type Customer, called John_Doe. Send this object within your message.
LANGUAGE: Visual Basic
CHALLENGE: Write the code for a message whose method name is send Object.
There is one argument for this message, which is of type Customer.
Suppose there is an object of type Customer, called John_Doe.
Send this object within your message.
SOLUTION:
sendObject(John_Doe)