+ 5
Why would you use var numb = ....... or var numb = new .........
What's the advantage or disadvantage of using new or not.
1 Respuesta
+ 8
with new you create object and without regular variable
What's the advantage or disadvantage of using new or not.