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

Will rust take over c++?

0 Answers  


What is the use of namespace std in C++?

0 Answers   Hexaware,


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


What is size of a empty class?

7 Answers   Microsoft, Tata Elxsi, Wipro,


What is overloading unary operator?

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


How is new() different from malloc()?

0 Answers  


What is public, protected, private in c++?

0 Answers  


What is scope operator in c++?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What is the use of function pointer?

0 Answers  


Categories