| 9. | Which of the followings are NOT a .NET namespace? 1 System.Web 2 System.Process 3 system.data 4 System.Drawing2D 5 System.Drawing3D |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
| 10. | If a class called Point is present in namespace n1 as well as in namespace n2, then which of the following is the correct way to use the Point class?
|
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 11. | Which of the following is absolutely neccessary to use a class Point present in namespace Graph stored in library? |
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 12. | Which of the following statements is correct about a namespace in C#.NET? |
|||||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 13. | Which of the following statments are the correct way to call the method Issue() defined in the code snippet given below? namespace College 1 College.Lib.Book b = new College.Lib.Book(); 2 Book b = new Book(); 3 using College.Lib; 4 using College; 5 using College.Lib.Book; |
|||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 14. | Which of the following is NOT a namespace in the .NET Framework Class Library? |
|||||||||
Answer: Option A Explanation: No answer description available for this question. Let us discuss.
|
| 15. | If a namespace is present in a library then which of the following is the correct way to use the elements of the namespace? |
|||||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
