InterviewSolution
Saved Bookmarks
| 1. |
Explain Backward Compatible? |
|
Answer» A program is BACKWARD compatible if it can use files from an OLDER version of itself. For a file SAVED in the program to be backward compatible, it MUST be possible to OPEN the file in a previous version of the program. A program is backward compatible if it can use files from an older version of itself. For a file saved in the program to be backward compatible, it must be possible to open the file in a previous version of the program. |
|