InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Dot Notation? |
|
Answer» Dot notation involves assessing an INSTANCE variable by determining a class “instance” FOLLOWED by a “dot” followed in TURN by the name of instance variable or property to be ACCESSED. Dot notation involves assessing an instance variable by determining a class “instance” followed by a “dot” followed in turn by the name of instance variable or property to be accessed. |
|