What is late binding c++?


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

Post New Answer

More C++ General Interview Questions

What are the differences between malloc() and calloc()?

0 Answers  


What is a class definition?

0 Answers  


Write about all the implicit member functions of a class?

0 Answers  


What is a constructor in c++ with example?

0 Answers  


What is a stack? How it can be implemented?

0 Answers  






Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is a singleton class c++?

0 Answers  


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


What do you mean by abstraction. Explain your answer?

5 Answers  


What is vector pair in c++?

0 Answers  


What are the basics of classifying different storage types, why?

2 Answers   Astergate, Symphony,


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


Categories