Classes and Objects - slide 19 : 29 |
Classes are written and described in source programs
Objects are created and exist while programs are running
All objects cease to exist when the program execution terminates.
This is in conflict with the behavior of corresponding real-life phenomena, and it causes a lot of problems and challenges in many programs