SI Week 11
Across
- 3. having 2 variables with same name in same scope
- 5. int i = 3; here we ____ i
- 8. hiding implementation details from clients
- 9. keyword that refers to the implicit parameter inside your class
- 10. int i; is an example of ____ a variable
- 11. an entity that combines state and behavior
- 12. a variable inside an object that is part of its state
Down
- 1. a distancing between ideas and details
- 2. a program entity that represents either a program or a template for a new type of objects
- 4. ___ fields cannot be accessed from outside the class
- 6. ___ method exists inside each object of a class & gives behavior to each object
- 7. String str = "ABC"; here we ____ str