InterviewSolution
Saved Bookmarks
| 1. |
Can you make a property optional? |
|
Answer» You can MAKE a property optional by declaring a question mark “?” in the CODE. If a property does not hold any value, then this symbol “?” can HELP in avoiding RUNTIME errors. |
|