Multiple Choice
When creating a ToString method to return a string representation of the data stored in an object, you must __________.
A) override the ToString method, which is inherited from the built-in Object class
B) add a Protected ToString method to the class
C) do nothing as the ToString method automatically performs this for each class
D) a ToString method is a reserved word that cannot be added to a class
Correct Answer:

Verified
Correct Answer:
Verified
Q5: A function that is a member of
Q6: Every class you create in Visual Basic
Q7: Class members declared with this access specifier
Q8: The _access specifier permits class members to
Q9: A variable declared inside a class is
Q11: When using the Remove method of a
Q12: You access public members of a class
Q13: Which method is used to create a
Q14: Which of the following displays a message
Q15: If there exists a class named <b>Person</b>