What are the advantages of inheritance in c++?


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

Post New Answer

More C++ General Interview Questions

When does the c++ compiler create temporary variables?

0 Answers  


How does code-bloating occur in c++?

0 Answers  


i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,


What does ios :: app do in c++?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


What is the exit function in c++?

0 Answers  


How is c++ different from java?

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  


difference between macro and function?

3 Answers  


Categories