In the derived class, which data member of the base class are visible?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantage of using register variables?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What is the difference between equal to (==) and assignment operator (=)?
List different attributes in C++?
What is general format for a prototype?
How to detect memory leaks in c++
Write a Program for find and replace a character in a string.
What is cin clear () in c++?
What are the advantages of using a pointer?
Brief explaination about #include<iostream.h>, cin and cout
Why is c++ awesome?
What do you mean by storage classes?