0
Will it throw error or crash if we use the void returning method in a assignment statement?
if it throws error then What kind of error ?
1 Respuesta
+ 1
Yes it's you'll get a compiler error. Can't remember what error it was.
Go to VS write this code and see what will happen. That's the best way to learn. By experiencing.