CPSC 421 OOP S24 Generalizing Functions

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