Ticker

6/recent/ticker-posts

C++ - BENEFITS OF OOP , APPLICATION OF OOP

BENEFITS OF OOP: 

Oop offers several benefits to both the program designer and the user. Object-oriented contributes to the solution of many problems associated with the development and quality of software products. The principal advantages are : 

1. Through inheritance we can eliminate redundant code and extend the use of existing classes. 

2. We can build programs from the standard working modules that communicate with one another, rather than having to start writing the code from scratch. This leads to saving of development time and higher productivity. 

3. This principle of data hiding helps the programmer to build secure programs that can’t be invaded by code in other parts of the program. 

4. It is possible to have multiple instances of an object to co-exist with out any interference. 

5. It is easy to partition the work in a project based on objects. 

6. Object-oriented systems can be easily upgraded from small to large systems. 

7. Message passing techniques for communication between objects makes the interface description with external systems much simpler. 

8. Software complexity can be easily managed. 

APPLICATION OF OOP: 

The most popular application of oops up to now, has been in the area of user interface design such as windows. There are hundreds of windowing systems developed using oop techniques. 

Real business systems are often much more complex and contain many more objects with complicated attributes and methods. Oop is useful in this type of applications because it can simplify a complex problem. The promising areas for application of oop includes. 

1. Real – Time systems. 

2. Simulation and modeling 

3. Object oriented databases. 

4. Hypertext, hypermedia and expertext. 

5. Al and expert systems. 

6. Neural networks and parallel programming. 

7. Decision support and office automation systems. 

8. CIM / CAM / CAD system. 

ALSO SEARCH:

"benefits of oop in C++"

"explain benefits of oop in C++"

"benefits and applications of oop in C++"

"benefits of classes in oop"

"why we use oop in c++"

"what is oop and what are the advantages"

"what are the advantages of using oop"

"what are the benefits and applications of oop"