Cada pregunta de este test está cronometrada.
<Multiple choice test> What will be printed in console when the following code is run:
Car Ambulance Car.Feature Ambulance.Feature
Ambulance.Feature Car.Feature Car Ambulance
Car.Feature Ambulance.Feature Car Ambulance
Ambulance Ambulance.Feature Car Car.Feature
<Checkboxes> Which of the following types are value types in C#?
System.Object
System.DateTime
System.String
System.TimeSpan
<True or False> When the following code is run, what would be the value of "z" variable? int a = 1; var x = (object) a; var y = (object) a; bool z = (x == y);
<Label an Image Dropdown> Select the best possible commit message accordingly to git-flow methodology