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
What is a rooted hierarchy?
What is setw manipulator in c++?
Explain explicit container.
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Explain how a pointer to function can be declared in C++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the difference between strcpy() and strncpy()?
What are mutator methods in c++?
Out of fgets() and gets() which function is safe to use?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Array base access faster or pointer base access is faster?
Is c++ a float?