Objects of the same class share the values of ...... while they maintain separate values for ........ .
Overall Stats
Answers
Blank OP from Bacolod City, Philippines is saying Global variables, static variables is correct answer
swathi from Chennai, India is saying Non static variables, static variables is correct answer
Rohan Bhosale from Pune, India is saying Static variables, register variables is correct answer
Neyah Deshmukh from India is saying Non static variables, static variables is correct answer
Muhammad Asghar from Vehari, Pakistan is saying Static variables, non static variables is correct answer
Related Questions
In C++, a function contained within the class is called ?
- [A] member function
- [B] a class function
- [C] a method
- [D] none of above
Which of the following keywords cannot appear inside a class definition ?
- [A] friend
- [B] static
- [C] template
- [D] virtual
The public files in a class library usually contain ?
- [A] Constant definitions
- [B] member function definitions
- [C] class declarations
- [D] variable definition
Which member function of class cannot modify its objects attributes ?
- [A] friend functions
- [B] Private member functions
- [C] Constant member functions
- [D] Static member functions
Which of the following is false?
- [A] Variable has scope & visibility
- [B] Variables having scope may not be visible
- [C] Variables having visibility may not have scope
- [D] None of these