Quiz

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

We'll cover the following...
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

Question 1 of 50 attempted