Explain the isa and hasa class relationships. How would you implement each?


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

Post New Answer

More C++ General Interview Questions

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

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What do you mean by “this” pointer?

0 Answers  


What is the meaning of string in c++?

0 Answers  


program in c++ to input digits and print in words

1 Answers   Microsoft,


What is the use of the this pointer?

3 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


What is new in c++?

0 Answers  


Is there anything you can do in C++ that you cannot do in C?

1 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


Categories