Ubaid Raza
Difference B/W Name Space and Class ?
By Ubaid Raza in .NET on Dec 14 2015
  • Vishal Jadav
    Aug, 2016 12

    Namespace is collection class,structs where as a class an entity can be used to define functionalities.

    • 0
  • Rajeev Punhani
    Jan, 2016 29

    Namespace is a logical grouping of class,interface,etc.It helps in preventing name collision .We can have 2 classes with same name in different namespace.

    • 0
  • Ubaid Raza
    Dec, 2015 14

    Name space provide a way to keep one set of name different from another.. Class name declared in one name space does not conflict with name space declared in another...Class is a collection of objects. It can be used to create multiple copies of object.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS