Framework and Object Oriented Programming
...he final program. So now it took me only 15 seconds to finish program. I called this my framework. In this framework existed all basic functionality needed in most programs, such as add a new record to a table in the database, delete a record, modify it, this only difference between two programas of this type was the table name of the database, so this is exactly what the framework needed to finish a program of this type. The framework start becoming more importan each day including all general aspect that facitate the business programing. As a final result I had a framework in charge of making all things not especific to the business already solved and doing only a bit work to satisfied business requiremets. Then when de programs became more complex, I learnt object oriented programing and I could make the thing simpler and better. The concept of classes allow me to model my prog...