CPSC 421 OOP Generalizing Functions
Across
- 1. A sorting order where elements are arranged from the largest to the smallest, requiring customization of the sorting criteria or algorithm.
- 5. The process of replacing a hardcoded value with a parameter
- 6. A type that enables traversal through the elements of a container (such as a std::vector) in C++
- 7. A feature in C++ that allows functions and classes to operate with generic types and even generic functions
- 8. A sorting order where elements are arranged from the smallest to the largest, often the default in sorting algorithms.
Down
- 2. The step size in traversing elements in a sequence
- 3. A ______ function defines the order of elements
- 4. Making functions applicable to a broader range of situations