InterviewSolution
Saved Bookmarks
| 1. |
What Is The Meaning Of "assign" Keyword? |
|
Answer» SPECIFIES that the setter uses simple assignment. Uses on ATTRIBUTE of scalar type LIKE FLOAT,int. Specifies that the setter uses simple assignment. Uses on attribute of scalar type like float,int. |
|