Question

What is an advantage of having lists as objects?(1 point)
Responses

Objects have built-in methods.
Objects have built-in methods.

Objects are easy to declare.
Objects are easy to declare.

Objects are dynamic.

Answers

GPT-4o mini
The correct response is:

**Objects have built-in methods.**

Having lists as objects means that they come with a variety of built-in methods that allow for more efficient and easier manipulation of the data they contain, such as adding, removing, or sorting elements.