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

Consider the following C++ program

0 Answers  


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


Is there a difference between class and struct?

0 Answers  


How to convert integer to string in C++

0 Answers  


How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,






Explain about Searching and sorting algorithms with complexities

0 Answers   Accenture,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Factory Method C++ – How to delete pointers returned by it

0 Answers  


CDPATH shell variable is in(c-shell)

0 Answers   Siemens,


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

1 Answers  


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


How can a C function be called in a C++ program?

0 Answers  


Categories