If a object is an instance of a class and instance is same as object as i see on the net what is then instance of an object? Am really confused with this term instance i read a lot of definitions of instance and real world examples and i can't understand it confusing me a lot.
And to be sure i understood the term reference of an object..Reference is a pointer on object managed by CLR. Pointers are chunk of memory that points on another chunk of memory. And reference types are types of data accessed through a pointer(reference) ?
instance of an objectsimply doesn't make sense. Where did you see it? Chances are it's a mistake. Perhaps someone said "instance ofobject", asobjectis the name of a particular class inC#and several other languages.