Quiz Yourself: Classes and OOP II
Assess your understanding of inheritance, polymorphism, casting, and static members in C#.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of the following methods defined in System.Object is not virtual and therefore cannot be overridden in a derived class?
A.
Equals()
B.
GetType()
C.
ToString()
D.
GetHashCode()
1 / 12
...