I am new to UML. I have found the signs to show different access modifiers in UML. Like
+ is for Public
- is for Private
# is for Proctected
~ is for Internal
But in the ref text there is no sign for Protected Internal.
I guess it should be #~
. Let me know if its correct or not.