Multiple choice

Which of the following techniques allows us to use only the command Console. WriteLine() instead of the entire command System.Console.WriteLine()?

  1. The @ import directive

  2. The @ assembly directive

  3. Web form

  4. The using directive

  5. The execution support

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This technique allows us to use only the command Console.WriteLine() instead of the entire command System.Console.WriteLine().