InterviewSolution
Saved Bookmarks
| 1. |
Which of these can be used to fully abstract a class from its implementation?(a) Objects(b) Packages(c) Interfaces(d) None of the MentionedI have been asked this question in an interview for job.My doubt stems from Interfaces topic in section Interfaces & Packages of Java |
|
Answer» RIGHT choice is (C) Interfaces For EXPLANATION I would SAY: NONE. |
|