C++ Software Evolution
C++ Software Evolution
C++ Software Evolution
html
Software Evaluation
Ernest Tello compared the evolution of software technology to the growth of the tree. *The
software evolution has different phases or layers.
Each layer representing an improvement over the previous layer.
*The machine language(0,1) are only understood by the machine. This is low-level language.
*Assembly Language is a middle level language. It can be understand by people and machine.
*Procedure oriented language used to solve mathematical problems.
*Object-oriented programming used to solve mathematical problems and real world problems.