Multiple Choice
The ____ Object class method returns a string that holds the name of the class, just as GetType() does.
A) GetHashCode()
B) Equals()
C) GetName()
D) ToString()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: The Equals() method compares two objects and
Q19: Briefly describe the similarities and differences between
Q24: When presented with two classes that have
Q24: On some occasions, you might want to
Q25: You can assign a derived class object
Q27: A _ is sometimes called a "fingerprint"
Q28: A(n) _ is a synonym for a
Q30: A(n) _ method has no method statements;
Q32: _ are methods that you can write
Q33: C# makes implicit conversions when casting one