C# Programming - Namespaces
Exercise : Namespaces - General Questions
- Namespaces - General Questions
6.
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?
7.
Which of the followings are NOT a .NET namespace?
- System.Web
- System.Process
- System.Data
- System.Drawing2D
- System.Drawing3D
8.
Which of the following statements is correct about namespaces in C#.NET?
9.
Which of the following is correct way to rewrite the C#.NET code snippet given below?
using Microsoft.VisualBasic;
using System.Windows.Forms;
MessageBox.Show("Wait for a" + ControlChars.CrLf + "miracle");
10.
Which of the following statements is correct about the using statement used in C#.NET?
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers