What’s the diference between Object and object in C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

20th Jan 2021, 7:11 AM
Diego Becerril
Diego Becerril - avatar
1 Answer
0
Object is a class object is an instance of class
20th Jan 2021, 8:00 AM
D_Stark
D_Stark - avatar