In Java,
Do objects encapsulate data so that not even other instances of the same class can access the data? Only when the keyword \"private\" is used? What are \"ac
getName() should return the name (wheather field or some other "thing").