Quiz: Friends Instance Variable
| How would you declare an instance variable for a Person's friends? | private String friends; |
Did you start with private String? Great! The name of the instance variable is entirely your choice. |
| How would you declare an instance variable for a Person's friends? | private String friends; |
Did you start with private String? Great! The name of the instance variable is entirely your choice. |