After the invention of POP(Procedure oriented programming ) C approach in the form C language when a set of program was developing a large enterprise level application "PARC" in Bell laboritiries in america they came to know that C or POP is not suitable for developing large level of applications hence they decided to create a new architecture that architecture was called OOPs object oriented programming
usage of Object oriented programming
1. Less number of lines code should be written to achieve the same task
2. Code should be made should reusable as far as possible by dividing the ram into stack memory and heap memory
3. Data and method should binded together to provide the security the the data
4. Programmers should feel that he is working in a real world environment by interacting with objects achieve a task instead of writing some junk line of code
5. C++ is first programming language which is supported the OOPs concept later Java and C# etc also came with OOPs concept
Comments
Post a Comment