The concept where the compiler knows the object type before the compile time is

A) Late Binding
B) Early Binding
C) None of binding
Explanation: As object’s Type is declared before compiling compiler knows everything about the object

Showing Answers 1 - 2 of 2 Answers

The Correct Answer is None Of Binding because the question says before compile time.

Since During Compile Time , we say Early Binding.
During Run Time, we say Late Binding.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions