Multiple choice

Which of the following properties of C++ bounds functions to the code to be executed at compile time?

  1. Dynamic binding

  2. Late binding

  3. Static binding

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the property of C++ that bounds functions to the code to be executed at compile time.