Recent questions tagged oops

0 votes
2 answers
2
A default catch block catches,[A]. all thrown objects[B]. no thrown objects[C]. any thrown object that has not been caught by an earlier catch block[D]. all thrown object...
1 votes
0 answers
3
Please tell why the answer is C, why not A or B?
2 votes
0 answers
4
Which of the following concepts of OOPS means exposing only necessary information to client?A. EncapsulationB. AbstractionC. Data hidingD. Data bindingAns...
2 votes
1 answer
6
When the inheritance is private, the private methods in base class are _____ in the derived class (in C++)inaccessible accessibleprotectedpublic
2 votes
3 answers
8
To see more, click for the full list of questions or popular tags.