filmov
tv
module namespace example

Показать описание
A namespace is a syntactic container which permits
the same name to be used in different modules or
function
Each module determines its own namespac, so we can use
the same name in multiple modules without causing an
identification problem.
the same name to be used in different modules or
function
Each module determines its own namespac, so we can use
the same name in multiple modules without causing an
identification problem.