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
Answers were Sorted based on User's Feedback
What is binary object model?
What is the sequence of destruction of local objects?
What is a type library?
Can you Mention some Application of C/C++?
What is the size of pointer ? Also size of pointer in 64 bit pointer
What is the average salary of a c++ programmer?
Difference between linked list and array?
Why do we use classes in c++?
What are the main features of c++?
What is a hashmap c++?
Can I make ios apps with c++?
Is c# written in c++?