Wednesday, 23 January 2019

What are the namespaces used in C#.NET

What are the namespaces used in C#.NET?

Answer:

Namespace is a logical grouping of class.
Using System;
Using System.Collections.Generic;
Using System.Windows.Forms;

No comments:

Post a Comment