InterviewSolution
Saved Bookmarks
| 1. |
What is shared code? |
|
Answer» A shared code ALLOWS you to write a common code that refers to numerous DIFFERENT APPLICATION PROJECTS. It incorporates platform-specific functionality when compiler DIRECTIVES are included in shared code. |
|