'Added remark about namespaces;'

This commit is contained in:
Arkadiusz Hypki 2024-11-08 12:10:28 +01:00
parent 51f44c32dc
commit 0e6bf2cdd4

3
ex4.md
View File

@ -17,3 +17,6 @@
`https://gitea.com/emiliagnatiuk/programowanie-obiektowe.git` `https://gitea.com/emiliagnatiuk/programowanie-obiektowe.git`
`https://github.com/julpac5/julpac5` `https://github.com/julpac5/julpac5`
Remark: It is possible that a friend is using the same name for a class (e.g. Sequence). In such a case
one has to ask the friend to add the code to some namespace (just like namespace std, but different). In this way there should be no more issues with conflicting names.