N
n_o_s_p_a__m
Ok, here is a dumb one:
Is there any difference between the lines
new object()
and
new Object()
Also, why are they seemingly interchangable? Why do we have both?
Is there any difference between the lines
new object()
and
new Object()
Also, why are they seemingly interchangable? Why do we have both?