Posts

Showing posts from November, 2019

HW22: Chapter 21

Ex 21.4 Explain why an object-oriented approach to software development may not be suitable for real-time systems. Object-oriented approach is not suitable for real-time systems because real-time systems need to respond very quickly and accurately and objects may over complicate it and not run fast enough. Any kind of delays would make a real-time system not "real-time." Object-oriented design is just too complex and not fast enough for real-time systems.