answersLogoWhite

0

Object oriented advantages

Updated: 8/9/2023
User Avatar

Wiki User

15y ago

Best Answer

nAbility to tackle challenging problems

nImproved communication between users, analysts, designers, and programmers

nIncreased consistency in analysis, design, and programming

nExplicit representation of commonality among system components

nSystem robustness

nReusability of analysis, design, and programming results

User Avatar

Wiki User

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

Wiki User

15y ago

There are the major advantages of OOP in following list. 1.Software objects model real world objects,so the complexity is reduced and the program structure is clear. 2.Each object forms a separated entity whose internal working are decoupled from other parts of the system. 3.It is easy to make minor changes in the data representation or the procedures in an OO program. 4.Adding new features or responding to changing operating environments can be solved by introducing a few new objects or modifying some existing ones. 5.Objects can be maintained separately,making locating and fixing problems easier. 6.Objects can by reused in different programs.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Object oriented advantages
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Advantages and disadvantages of object oriented databases?

advantages of object oriented data base


Is c is complete object oriented programming language?

No. C is not object oriented. C++ is object oriented.


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


Why is object-oriented programming advantageous over other techniques?

advantages of object oriented programming over other techniques 1. Reusability of code 2. Easy to access class properties, methods through object 3. Runtime processing based on input values


What object oriented system development?

What is object-oriented systems development


What is Object Oriented System Development?

What is object-oriented systems development


Is c plus plus is pure object oriented?

No. C is not object-oriented, it is a procedural language.C++, while object-oriented, is not purelyobject-oriented. One of the requirements for a pure object-oriented language is that everything is an object. C++ still has primitive data types (int, long, double, etc.), and so is not purely object-oriented.


What are the impact of object oriented on software industry?

what are the impact object oriented on software industry


Brief description of object oriented life cycle?

object oriented life cycle


Difference object oriented language object based language?

object base: that are not use subtype or inheritence is called object base. object oriented: that use subtypes and inheritence is called object oriented e.g vb.net and java.


Where can one find information about an object oriented database?

One can find information about an object oriented database in the book 'On Object Oriented Database Systems'. One can also find information about an object oriented database online on the IndiaBix website.


Why do you need objects in Java programming?

Object-oriented programming provides several advantages, including code re-use and code robustness.