InterviewSolution
Saved Bookmarks
| 1. |
What Things Are Performed By Dynamic Objects? |
|
Answer» CALL sites refer to the AREA in the CODE where logical and mathematical operations, such as a + b or a.b() are PERFORMED on dynamic objects. Call sites refer to the area in the code where logical and mathematical operations, such as a + b or a.b() are performed on dynamic objects. |
|