What do you mean by inheritance in c++?


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

Post New Answer

More C++ General Interview Questions

How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


Which operations are permitted on pointers?

0 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


Differentiate between late binding and early binding.

0 Answers  






How does code-bloating occur in c++?

0 Answers  


Is c++ built on c?

0 Answers  


What are proxy objects in c++?

0 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


What is the latest c++ standard?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Explain how to initialize a const data member.

0 Answers  


Categories