What can you tell me about objects?

Objects have properties and behaviorThe structure of an object is defined by a classAn object's properties are always of the same type: StringWe can only use pre-defined objects in Java

Yes! Objects are similar to real-world things: they have properties and behavior, the structure of which is defined in classes.

Nope! Objects are similar to real-world things: they have properties and behavior, the structure of which is defined in classes.