Comparison of Programming Languages (object-oriented Programming) - Namespace Management

Namespace Management

Import namespace Import item
qualified unqualified
ABAP Objects
C++ (STL) using namespace ns; using ns::item ;
C# using ns; using item = ns.item;
D import ns; import ns : item;
Java import ns.*; import ns.item
Objective-C
Visual Basic .NET Imports ns
Eiffel
Python import ns from ns import * from ns import item
PHP use ns; use ns\item;
Perl use ns; use ns qw(item);
Perl 6
Ruby
Windows PowerShell
OCaml open ns
F#

Read more about this topic:  Comparison Of Programming Languages (object-oriented Programming)

Famous quotes containing the word management:

    This we take it is the grand characteristic of our age. By our skill in Mechanism, it has come to pass, that in the management of external things we excel all other ages; while in whatever respects the pure moral nature, in true dignity of soul and character, we are perhaps inferior to most civilised ages.
    Thomas Carlyle (1795–1881)