Quiz

A short quiz to test your understanding of object-oriented programming in C#

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

Which of the following is true about virtual functions?

A.

Virtual functions can be overridden in derived class with the same decalaration

B.

Virtual functions enable polymorphism in a inheritance hierarchy

C.

Virtual function is called according to the actual type of the object referred to

D.

All of the above


1 / 5