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:
“The Management Area of Cherokee
National Forest, interested in fish,
Has mapped Tellico and Bald Rivers
And North River, with the tributaries
Brookshire Branch and Sugar Cove Creed:
A fishy map for facile fishery....”
—Allen Tate (18991979)