What do you mean by inheritance in c++? Explain its types.


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

Post New Answer

More C++ General Interview Questions

What is new in c++?

0 Answers  


What do you understand by zombie objects in c++?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


What is size of null class?

6 Answers   HP,


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,






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,


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What do you mean by enumerated data type?

0 Answers  


What is abstraction in c++?

0 Answers  


What are friend functions in C++?

0 Answers   BlackRock,


Which software is used for c++ programming?

0 Answers  


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

0 Answers  


Categories