0

What is an object in Java?

I'm trying to understand what an object in Java is. What does the syntax look like?

15th Feb 2017, 1:53 PM
Superswimmer9876
Superswimmer9876 - avatar
2 odpowiedzi
+ 1
An element with properties .
15th Feb 2017, 3:06 PM
Recon
Recon - avatar
0
In Java everything is an object as every object at some point extends "Object" class. Look at it like this. You have a man and he got hands and legs and head. These are little objects in a bigger object. By creating and defining objects you can create a hierarchy for big data structures.
15th Feb 2017, 2:24 PM
Maksym Zieliński
Maksym Zieliński - avatar