How can you differentiate between inheritance and implementation in c++?


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

Post New Answer

More C++ General Interview Questions

Can constructor be private in c++?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


What are features of c++?

0 Answers  


What is lambda in c++?

0 Answers  






What is polymorphism and its type in c++?

0 Answers  


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


Why do we need function?

0 Answers  


What do the header files usually contains?

0 Answers  


What is the difference between passing by reference and passing a reference?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


What c++ library is string in?

0 Answers  


Categories