Quiz Yourself: Classes and OOP II

Assess your understanding of inheritance, polymorphism, casting, and static members in C#.

We'll cover the following...
Technical Quiz
1.

Which of the following methods is not inherited from the System.Object class?

A.

ToString()

B.

Clone()

C.

Equals()

D.

GetHashCode()


1 / 12