What is the opposite of the Full Qualified Class name?

Is there a word for a not fully qualified class name?

Something like a local class name, a context class name, ..?

+5
source share
1 answer

I just use the "class name". Invalid name is just the word after the keyword class.

0
source

All Articles