What are the syntactic rules to be avoid ambiguity in multiple inheritance?


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

Post New Answer

More C++ General Interview Questions

How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


What does the ios::ate argument do?

0 Answers  


What is a v-table?

0 Answers  


How do I get good at c++ programming?

0 Answers  


Is c++ double?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Why is polymorphism useful?

0 Answers  


Can constructor be private in c++?

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


What are put and get pointers?

0 Answers  


What is istream c++?

0 Answers  


Categories