top of page
Search

HW22: Chapter 21

Updated: Oct 28, 2019

Ex 21.4

Q: Explain why an object-oriented approach to software may not be suitable for real-time systems.


A: Real-time system correctness depends on not only the results but the time at which they are produced. The concept of valuing timing for the correctness is not an attribute of the object-oriented approach. Object-oriented designs may create unreliable timings due to processing inheritance and hierarchical structures that may not be apparent at first look.

1 view0 comments

Recent Posts

See All

HW23: Chapter 22

Ex 22.6 Q: Fixed-price contracts, where the contractor bids a fixed price to complete system development, may be used to move project risk from client to contractor. If anything goes wrong, the contra

HW27: Chapter 25

Ex 25.10 Q: Describe 5 factors that engineers should take into account doing the process of building a release of a large software system. A: When thinking about this answer I used the release of a ph

bottom of page