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

Responses

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

Objects are dynamic.
Objects are dynamic.

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

Objects are ordered.
Objects are ordered.

1 answer

The best response from the options provided is:

Objects have built-in methods.

This advantage highlights that lists as objects come with a variety of built-in methods that facilitate common operations, making them more powerful and easier to work with compared to simple data structures without such capabilities.