Explain what each of the following two statements do:
clsThingie myThingie; myThingie = new clsThingie();
Answers
Answered by
0
In the first statement you are declaring and object. In the second statement you are initializing the object.
Please mark me as the brainliest.
Similar questions