In C++ what do you mean by Inheritance?


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

Post New Answer

More C++ Interview Questions

What is a class in C++?

0 Answers   Amazon, TCS, UGC Corporation,


How can you force the compiler to not generate them?

0 Answers   Amazon,


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


Explain function prototypes in C++.

0 Answers   Aricent,


If class D is derived from a base class B

0 Answers  






Write a C++ Program to Check Whether a character is Vowel or Consonant.

2 Answers  


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


What is a constructor initializer list?

0 Answers   Amazon,


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


What is the difference between virtual functions and pure virtual functions?

1 Answers  


dynamic scoping is

0 Answers   Siemens,


What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


Categories