IT 114: Introduction to Java
Class 30 Ungraded Quiz
-
What do you call the practice of hiding the internal details
of how a class works from users of that class?
-
What keyword do you use to implement data-hiding for a field?
-
Can a method throw an exception?
-
How to you implement data-hiding for a field?
-
What methods must we create if we implement data-hiding for fields?