3460:421 OOP C++ Inheritance Specifiers

1234567891011
Across
  1. 9. The keyword final enforces that we cannot _____ the method
  2. 10. Instead of guessing, ______
  3. 11. The use of the keyword override may replace the declaration of ____ in derived classes
Down
  1. 1. A contextual keyword allows you to have a ______ with that same name
  2. 2. The keyword final enforces that we cannot _____ from the class
  3. 3. The keyword override is a ______
  4. 4. A keyword that you are still allowed to use as an identifier
  5. 5. A non-const does not override a ____
  6. 6. A contextual keyword allows you to have a ______ with that same name
  7. 7. If you use override for a single method, the compiler _____ it for that class
  8. 8. The name of a method ____ inherited methods