English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-06-08 16:25:51 · 1 answers · asked by aish_0506 1 in Computers & Internet Programming & Design

1 answers

Namespaces are a group of class which is combined under a single name.
Header file(You have gone through the C or C++ right?) is some what similar to the Namespaces. Its in a sense can be called as library. Adding a header file can bring a lot of built in functions to perform an operation.

Namspace are used widely in High level languages like Visual Basic etc. Where as header files can be seen in C, C++ etc.

Both these performs similar operations.

(Namspace (Its has class (Class has objects in it)))

(Header Files(Built in functions))

2006-06-08 18:49:27 · answer #1 · answered by DevanamPriyadarshi 3 · 0 0

fedest.com, questions and answers