Differentiate between late binding and early binding.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a far pointer? where we use it?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


What is the copy-and-swap idiom?

0 Answers  


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  






What is the purpose of extern storage specifier?

0 Answers  


Define a constructor - what it is and how it might be called (2 methods)?

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


What do you know about friend class and friend function?

1 Answers  


Explain the advantages of using friend classes.

0 Answers  


What is the use of object in c++?

0 Answers  


Categories