InterviewSolution
Saved Bookmarks
| 1. |
Find which of the following uses encapsulation?(a) void main(){int a;void fun( int a=10;cout |
|
Answer» The correct option is (c) class student{INT a; PUBLIC: void disp(){ cout< |
|