Sail E0 Webinar
Question
Consider the following statement
var Set = sets.Set;
var s = new Set(1,2,3);
What could be the efficiency quotient of the above two statements ?
Options:
A .  The programmer imports at once the frequently used values into the global namespace
B .  There is no efficiency quotient, the programmer tries to make it inefficient
C .  The programmer needs to import the Sets everytime he wants to use it
D .  All of the mentioned
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers