Hi everyone, I have asked something similar to this before.
I understand how to use objects and what they do etc...
What I am struggling to get my head around is WHAT an object actually is. I keep reading and reading but do not seem to be able to get my head around that last piece of what an object actually is!
My understanding of an object now:
When an object of a class is made, that object can then have access to that classes methods and properties?
Can anyone give me a nice simple explanation of this or point me to an exact definition of an object..Thanks
I think that the main thing I am struggling with is the new keyword!!
James