InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of "dynamic" Keyword? |
|
Answer» Instructs the compiler not to generate a warning if it cannot FIND implementations of accessor METHODS associated with the properties WHOSE NAMES FOLLOW. Instructs the compiler not to generate a warning if it cannot find implementations of accessor methods associated with the properties whose names follow. |
|