Which of these statements are true about objects?

Objects are instances of classesObjects can have attributes and methodsVariables within objects are called attributesThey're the same thing as classes

Exactly! Objects are instances of classes and can have attributes, which are basically variables, and methods.

Oh noes! Objects are instances of classes and can have attributes, which are basically variables, and methods.