answersLogoWhite

0

Constraints, such as transaction throughput, response time, run-time platform, development environment, or programming language, are implemented, by using some specific principles of an object oriented systems, which are mentioned below-

  1. Abstraction
  2. Encapsulation
  3. Identity
  4. Modularity
  5. Hierarchy
  6. Typing
  7. Concurrency, and
  8. Persistence
User Avatar

Wiki User

14y ago

What else can I help you with?

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


What is Object Oriented System Development?

What is object-oriented systems development


What object oriented system development?

What is object-oriented systems development


Object-oriented software is another name for structured software?

Object-oriented programming is a more recent subset of structured programming. Structured programming emphasized the need to align data structures with program structure, a concept that is formalized and carried much further in object-oriented programming. However, structured programming advocated hierarchical constraints on program structure that are incompatible with the event-driven, message-passing software architectures commonly implemented in the object-oriented style, today.


What has the author David A Taylor written?

David A. Taylor has written: 'Object-oriented technology' -- subject(s): Database design, Object-oriented databases, Development, Computer software 'Object-oriented information systems' -- subject(s): Management information systems, Object-oriented databases, System design


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.


Explain the Abstraction terms in the context of object oriented programming Also explain how these concepts are implemented in C by giving an example program for each?

g terms in the context of object oriented programming


What defines the behavior of an object in object-oriented programming and how is it implemented within the programming paradigm?

In object-oriented programming, the behavior of an object is defined by its methods, which are functions that describe what the object can do. This behavior is implemented by creating classes that define the structure and behavior of objects, and then creating instances of those classes to use in the program. The methods within the class determine how the object interacts with other objects and data in the program.


Is c plus plus an object orinted language?

Yes, it is object-oriented, but it is not 100% object-oriented because it supports the concept of primitive variables (which it inherits from C) such as char, int and bool, as well as pointer variables. In a 100% object-oriented language, these primitives would be implemented as objects, as they are in C# and Java. C++ is best described as a hybrid of procedural, structured and object-oriented programming paradigms.


Is it true or false-object oriented systems can scale up better from small to large?

True


What has the author Robert M Mattison written?

Robert M. Mattison has written: 'The object-oriented enterprise' -- subject(s): Object-oriented databases, Management information systems


What are different properties provided by Object-oriented systems?

Polymorphism,Inheritence,Abstraction and Encapsulation