its a library class
fundamental unit of logical group of coding
IT is a collection of classes includes methodes and variables.
Namespace is collection of classes Like package in java
In C#, Collection of classes is known as Namespace.
It is a container for the Classes. We use namespaces for grouping the related classes. "Using" is the keyword used for using Namespace.