1.
Select all of the true statements.
- You can have a vector that stores a vector of objects.
- C++ allows for a variety of different compositions.
- We have to write a function that compares two
Card
s. - There is no faster way to search through an unsorted vector than using a linear search.
- If the
vector
were sorted, then there are faster search methods. - There is no such thing as an empty object.
- All variables are given default values unless otherwise specified by the user.