Quiz Yourself: Classes and OOP

Assess your understanding of C# classes and object-oriented programming.

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

How does the compiler decide which overloaded method to execute?

A.

It matches the return type of the call.

B.

It matches the arguments to the signature.

C.

It always picks the most recent method.

D.

It executes every method with that name.


1 / 14