Sometimes I hear people say “a reference to a object” and some say “a instance of a object”
What is the difference?
Sometimes I hear people say a reference to a object and some say a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A variable will hold a reference to an instance of an object.
The actual object is an instance.
The variable/variables used to access the object hold the references to it.