Application of OOP

OOP has become one of the programming buzzwords today. There appears to be a great deal of excitement and interest among software engineers in using OOP. Applications of OOP are beginning to gain importance in many areas. The most popular application of object-oriented programming, up to now, has been in the area of user interface design such as window. Hundreds of windowing systems have been developed, using the OOP techniques. Real-business system are often much more complex and contain many more objects with complicated attributes and method. OOP is useful in these types of application because it can simplify a complex problem. The promising areas of application of OOP include: 
  • Real-time system 
  • Simulation and modeling
  • Object-oriented data bases
  • Hypertext, Hypermedia, and expertext
  • AI and expert systems 
  • Neural networks and parallel programming
  • Decision support and office automation systems 
  • CIM/CAM/CAD systems 
The object-oriented paradigm sprang from the language, has matured into design, and has recently moved into analysis. It is believed that the richness of OOP environment will enable the software industry to improve not only the quality of software system but also its productivity. Object-oriented technology is certainly going to change the way the software engineers think, analyze, design and implement future system.

Comments

Popular posts from this blog

Simple C++ Program

Benefits of OOP (object oriented programming)