answersLogoWhite

0


Best Answer

The answer is among dese options Abstraction

Modularity

Encapsulation

Modelling

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which Object Oriented Technologys feature means that a small change in user requirements should not require large changes to be made to the system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which is basically an RDBMS in which object oriented features are implemented?

which is basically an RDBMS in which object oriented feature are implemented


How do you create multiple inheritance in c?

You don't. Inheritance is a feature of object oriented programming languages. C is not object oriented.


The feature in Object Oriented Programming that allows the same operation to be carried out differently depending on the object is?

Polymorphism.


What happens when you open the Tools menu click Track Changes and then select Highlight Changes in a spreadsheet?

The Track Changes feature is turned on.


What windows 7 feature asks for permission before allowing changes to your system settings?

That's the administrator feature.


A feature used to see what changes have been made to a document while collaborative editing.?

track changes


What feature is upgrade from window vista to window 7?

Stability and lower requirements for hardware.


What is the name given to a spreadsheet feature to prevent accidental changes?

protection


What feature locate and automatically changes text in a document?

Find and Replace


When an element becomes a different isotope what feature changes?

only the number of neutrons


Is it possible to revert changes on this site?

Yes, it is possible to revert changes on this site, but there is a catch. You will have to become a supervisor to be able to access this feature


What is object oriented in c plus plus?

Object-oriented programming is a feature in C++ that allows you to better model real-world objects. An object is an instance of a class, which is a data structure in C++ that allows you to group different, but related types of data together.