Procedure Oriented Programming(POP) Vs Object Oriented Programming(OOP)
Introduction to Programming Language The Software evolution has had distinct layers of growth. These layers were built up one by one over the last five decades. With each layer representing an improvement over the previous one. Since the invention of the computer, several programming approaches haveen developed. These include techniques such as modular programming, top-down programming, bottom-up programming and structured programming. In general, structured programming became very popular and powerfull tool that enabled programmers to write moderately complex programs easily. However, as the programs grew larger, even the structured approache failed to whow the desired results in terms of bug-fee, easy to maintain, and reusable programs. In Object Oriented Programming(OOP) is an approach to program organization and development is to eliminated some of the basic drawbacks in structured programming featuers. However, not all languages are suitable to implement Object Oriented...