Object is bound to its function call at compile time is known as ________.

Options
- Late binding
- early binding
- polymorphism
- none of these


CORRECT ANSWER : early binding

Discussion Board
C++ - Classes and Objects

Object is bound to its function call at compile time is known as early binding. The binding, which can be resolved at compile time by compiler is known as static or early binding.

Prajakta Pandit 01-27-2017 04:44 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement