Tuesday, April 23, 2024 20:06

Posts Tagged ‘namespace’

Namespaces

Wednesday, August 2nd, 2017

In OOP, namespaces are containers for a group of classes which have a common context or are categorized by common functionality. Namespaces do not have any kind of functionality, and it is not mandatory to use them. However, they offer a few advantages, most notably being the ability of sorting and grouping your code into logical units.… Read more


Follow the white rabbit