Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

can you tell the use of a namespace in Web Development?

3 Posts
3 Users
0 Reactions
108 Views
Posts: 150
Topic starter
(@dinesh)
Estimable Member
Joined: 2 years ago

namespace

2 Replies
Posts: 461
(@dinesha-g)
Reputable Member
Joined: 2 years ago
  • A namespace is a declarative area that gives the names of the types, functions, variables, etc. inside of it a scope. Code is arranged logically into namespaces to avoid name collisions, which can happen notably when your code base contains several libraries
Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

A namespace is a logical grouping of names used in a programme that serves as the context for identifiers. A unique identifier must identify an entity within the same context and scope.A directory in an operating system is a namespace. Although every file and subdirectory has a distinct name, a single file may reuse that name more than once.

Reply
Share: