Multiple Choice
Which of the following feature of object oriented program is false?
A) data and functions can be added easily
B) data can be hidden from outside world
C) object can communicate with each other
D) the focus is on procedures
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Which of the following is the correct
Q13: Which of the following operators are overloaded
Q14: Which of the following ways are legal
Q15: The following is the C++ style comment<br>A)//<br>B)/*..*/<br>C)-<br>D)none
Q16: Which of the following is FALSE about
Q18: Which operator is having right to left
Q19: What will be the output of following
Q20: Which of the following approach is adapted
Q21: Which of the following statements is false?<br>A)every
Q22: Which operator is having the highest precedence?<br>A)postfix<br>B)unary<br>C)shift<br>D)equality