0
What’s the diference between Object and object in C#
What’s the diference? I can code both but... how do I choose the right one?
1 Resposta
0
Object is a class
object is an instance of class
What’s the diference? I can code both but... how do I choose the right one?