InterviewSolution
Saved Bookmarks
| 1. |
What is the process by which we can control what parts of a program can access the members of a class?(a) Polymorphism(b) Abstraction(c) Encapsulation(d) RecursionI got this question by my school principal while I was bunking the class.I'd like to ask this question from Access Control topic in portion Classes and Methods of Java |
|
Answer» CORRECT ANSWER is (C) Encapsulation For EXPLANATION: NONE. |
|