using or Imports statement

Options
- allows references to members of a namespace without using the fully qualified name
- use to reference an external library
- both a and b


CORRECT ANSWER : use to reference an external library

Discussion Board
C is correct

including an import or using statement makes it so that you can refer back to it the imported library without having to use the fully qualified name that is used for the import.

Wesley 09-26-2019 03:33 PM

answer

you are wrong. according to us i think correct answer will be c(both)

sunil gupta 05-30-2014 11:18 AM

Wrong answer

Here is the proof: http://msdn.microsoft.com/en-us/library/zhdeatwt.aspx

Nick 02-20-2014 11:40 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement