This is true. Recording relative positions in most cases will reduce total programming time and make it over all more efficient.
<h3>a= hybrid computer can perform the function of both analog and digital computer</h3>
Answer:
study Epic AMB400 using smart web and mobile flashcards created by top student, teachers and professor
Answer:
I don't think so. In today's computer era, many different solution directions exist for any given problem. Where OOP used to be the doctrine of choice, now you would consider it only when the problem at hand fits an object-oriented solution.
Reason 1: When your problem can be decomposed in many different classes with each many instances, that expose complex interactions, then an OO modeling is justified. These problems typically produce messy results in other paradigms.
Reason 2: The use of OO design patterns provides a standardized approach to problems, making a solution understandable not only for the creator, but also for the maintainer of code. There are many OO design patterns.