class basex
{
int x;
public:
void setx(int y) {x=y;}
};
class derived : basex {};
What is the access level for the member function "setx" in
the class "derived" above?
a) private
b) local
c) global
d) public
e) protected
Answer Posted / guest
private
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
what is the difference between linear list linked
representaion and linked representation? what is the
purpose of representing the linear list in linked
represention ? is it not avoiding rules of linear
represention? What is stream and its types in c++? What are the uses of c++ in the real world? What is a driver program? Explain rtti. Can I learn c++ without learning c? What is the difference between ++ count and count ++? Where Malloc(), Calloc(), and realloc() does get memory? Can I make ios apps with c++? Explain what happens when a pointer is deleted twice? What is the difference between struct and class? What is the use of 'this' pointer? Where do I find the current c or c++ standard documents? Do you know what are static and dynamic type checking?