+ 3
Does every object in OOP have distinctive characters or pattern?
2 Respuestas
+ 2
yes, those of the Object base class:
toString(), hashCode(), notify (), wait () are my favorites. There are more; check the javadocs with any good, properly configured IDE.
0
yes, if you'll try to see objects of OOP as a real world object you get it.