Object question

  • Thread starter Thread starter web1110
  • Start date Start date
W

web1110

Hi y'all,

I confused myself on a simple thing.

What is the difference between "Object' (with an upprecase 'O') and "object"
(with a lowercase 'O')?

Thanx,
Bill
 
One is the .NET class with the name "Object" and the other is a C# datatype
that is an alias of Object. Usage wise, no difference.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

object.GetType 4
How many nulls are there? 6
Ojbect Hierarchy 2
ComboBox question 2
yield return + finally unreliable? 4
ComboBox Binding 7
Why do I not need any boxing here 2
Assembly dll name question 1

Back
Top