Srinivas Pabballa
Q. What is a namespace in asp .net ? Can we call a namespace as a class ?
By Srinivas Pabballa in .NET on Oct 10 2015
  • Solomon Yelcin
    Apr, 2019 24

    Namespaces in C# are used to organize too many classes so that it can be easy to handle the application.

    • 1
  • Mukesh Kumar
    Aug, 2017 23

    Namespace is something which contain the classes we can not call a namespace as class

    • 0
  • Avikshith Aradhya
    Jun, 2016 7

    A namespace used to declare a scope that contains a set of related objects.They also provide assistance in avoiding name clashes between two sets of code.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS