Is this an object?

  • Thread starter Thread starter learn
  • Start date Start date
L

learn

Guest
Hi,

I noticed that even a variable with integer type can have dot:
Dim i as integer
Console.Writeline(i.ToString)
So, that is about a class? the above i is an object?
 
Back
Top