Computer Science, asked by misbahbukhari1995, 1 month ago

Explain what each of the following two statements do:
clsThingie myThingie; myThingie = new clsThingie();

Answers

Answered by kajalpal1975
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