Should the member functions which are made public in the base class be hidden?


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

Post New Answer

More C++ General Interview Questions

How did c++ start?

0 Answers  


How many pointers are required to reverse a link list?

5 Answers   CTS,


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


What is the c++ programming language used for?

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  






Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


What are virtual functions and what is its use?

1 Answers  


Is swift faster than go?

0 Answers  


What is the fastest c++ compiler?

0 Answers  


Categories