Explain the isa and hasa class relationships.


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

Post New Answer

More C++ General Interview Questions

If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


Can a program run without main in c++?

0 Answers  






Write any small program that will compile in "C" but not in "C++"?

4 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What happens when you make call 'delete this;'?

0 Answers  


What is the use of :: operator in c++?

0 Answers  


Can you please explain the difference between static and dynamic binding of functions?

0 Answers  


What is the size of integer variable?

0 Answers  


What is c++ map?

0 Answers  


Categories