21.4: Explain why an object-oriented approach to software development may not be suitable for real-time systems.
Object oriented adds an extra layer of complexity thats not necessarily suitable for real time systems. Also, since it can take extra time to call all of the different methods and instantiate different objects, the overall timing of the program/software can suffer.