Looking at a recent post I noticed that a Process object seems to be used (created) without calling a constructor.
Thinking about it I realized I've been doing the same things with Strings.
That is, creating an object (pointed to by a reference variable) by simply assignment.
I've been searching the internet using terms like "no constructor" but get no relevant hits.
I understand composing a complete tutorial relative to the above is most likely more time consuming than I have the right to expect, but I'm hoping for a few words that might simply help me understand and point me so I can better investigate on my own.
Thinking about it I realized I've been doing the same things with Strings.
That is, creating an object (pointed to by a reference variable) by simply assignment.
I've been searching the internet using terms like "no constructor" but get no relevant hits.
I understand composing a complete tutorial relative to the above is most likely more time consuming than I have the right to expect, but I'm hoping for a few words that might simply help me understand and point me so I can better investigate on my own.