0
So, objects are like variables? They have an adress?
1 Answer
+ 3
Objects are reference variables. The difference between them and the variables like ints and doubles is that ints and doubles are primitive data types where the values are stored in them while object variables hold memory address values.