+ 3
Object us instance
what is different between thems?
5 Answers
+ 7
when you use the "new" keyword you are creating an instance or an object of class they are the same thing
+ 3
is any different thems or not?exectly
+ 3
tanx
+ 2
Acording to wikipedia:
"AnĀ objectĀ is anĀ instanceĀ of a class, and may be called a classĀ instanceĀ or classĀ object; instantiation is then also known as construction. Not all classes can be instantiated ā abstract classes cannot be instantiated, while classes that can be instantiated are called concrete classes."
+ 1
No difference.