InterviewSolution
Saved Bookmarks
| 1. |
What Is 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. |
|