0
How to you identify an object in java. In the same vein, how to you identify a method. I'm having an issue differentiating them
4 Antworten
+ 1
an object is an instance of the class, while a method is just part of it.
0
still confused. can you show me in a code and like say, this is an object or this is a method
0
Thanks