answersLogoWhite

0


Best Answer

These are some of the major advantages of OOP. Simplicity: software objects model real world objects, so the complexity is reduced and the program structure is very clear. Modularity: each object forms a separate entity whose internal workings are decoupled from other parts of the system. Modifiability: it is easy to make minor changes in the data representation or the procedures in an OO program. Changes inside a class do not affect any other part of a program, since the only public interface that the external world has to a class is through the use of methods. Extensibility: adding new features or responding to changing operating environments can be solved by introducing a few new objects and modifying some existing ones. Maintainability: objects can be maintained separately, making locating and fixing problems easier. Re-usability:objects can be reused in different programs.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

The disadvantage and advantage is of oriented approach are many. To start the advantage is reduce maintenance and real-world modeling. It is also improved reliability and high code reusability. The disadvantages are it is not a panicky it is not technology and it has not been accepted by major vendors yet. also it is often difficult finding certified programmers and DBA.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Disadvantages of object oriented approach
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the disadvantages and disadvantages of object oriented DBMS?

#


Advantages and disadvantages of object oriented databases?

advantages of object oriented data base


What is procedural approach and object-oriented approach in java?

h


Is the high-level language is also an object oriented program?

Not necessarily. Any language with an object-oriented approach will be a high-level language, but a high-level language does not have to use an object-oriented approach.


What is the approach of C programming known as?

Sequential style, or function-oriented. Which is opposed to object-oriented, as in C++.


What are the advantages and disadvantages of direct approach in community development?

[object Object]


Can object oriented approach used to create database?

Yes


What is Objectives Oriented Evaluation Approach to program evaluation?

Objectives Oriented Evaluation Approach is the means by which the worth or merit of a program is assessed based on the extent to which the objectives or purposes of the program are being achieved.


The type of database management approach that can handle multimedia is the?

Object oriented DBMS


What type of database management approach that can handle multimedia?

Object-oriented DBMS


What is an external view of the object that can be accessed by other objects?

An operation is anexternal view of the object that can be accessed by other object's, the object-oriented approach.


Why did computer scientists introduce object - oriented programming?

If you work a while with object-oriented programming, you'll notice that it offers huge benefits over the traditional approach. In fact, you would rather not use a programming language that doesn't have at least the option of object-oriented programming, if you have the choice.