Working with files

From Computer Science Wiki
Revision as of 11:32, 5 January 2020 by Mr. MacKenty (talk | contribs)
Object-Oriented Programming[1]

We use files to store data. For example let us imagine you have a program that functions as a store inventory system. The program allows you to create, update, read and delete items from a store inventory. If you have no way of saving changes you've made, when you re-start your program, you will need to make all those changes again.

File I/O


File input / output

File formats

XML

JSON

Plain Text

Helpful Links

References