InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Using Statement In C# ? |
|
Answer» ‘USING’ is a keyword in C# PROGRAMMING. It is used to include a NAMESPACE to a program. A program can have SEVERAL namespace with several using keywords. ‘using’ is a keyword in C# programming. It is used to include a namespace to a program. A program can have several namespace with several using keywords. |
|