What is late bound function call and early bound function
call? Differentiate.
Answer Posted / svlsr2000
Functions are boud to there address so that they could be
executed. if the address of the functions are known durning
compile time the compiler binds it, this kind of binding is
known as compile time binding or early binding. Where as
when we dont know which function needs to be exucuted
during compile time (as in case of dynamic polymorphism),
compiler uses mechaninsm of virtual table and binds the
function address during runtime. this is known as runtime
binding or late binding.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What does I oop mean?
What is the problem with multiple inheritance?
What makes a language oop?
What are the 5 oop principles?
Can bst contain duplicates?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Where is pseudocode used?
What is encapsulation selenium?
What is multilevel inheritance?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What are the benefits of oop?
What is encapsulation in simple terms?
Which method cannot be overridden?
Which language is pure oop?
What are the 4 pillars of oop?