Overall Stats
Answers
Tassino Gh from Cairo, Egypt is saying permit data to be hidden from other classes is correct answer
Blank OP from Bacolod City, Philippines is saying bring together all aspects of an entity in one place is correct answer
swathi from Chennai, India is saying bring together all aspects of an entity in one place is correct answer
Rohan Bhosale from Pune, India is saying can closely model objects in the real world is correct answer
Neyah Deshmukh from India is saying bring together all aspects of an entity in one place is correct answer
Related Questions
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
For a method to be an interface between the outside world and a class,it has to be declared ?
- [A] private
- [B] protected
- [C] public
- [D] external
Which of the following keywords cannot appear inside a class definition ?
- [A] friend
- [B] static
- [C] template
- [D] virtual
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
In C++, a function contained within the class is called ?
- [A] member function
- [B] a class function
- [C] a method
- [D] none of above