The phenomenon where the object (data) outlives the program execution time and
exists between executions of a program is known as persistence. All data base systems
support persistence. In c++ it is not supported. However the user can build it
explicitly using file streams in a program.