Object-oriented languages are so effective for rapid prototyping
2023-12-01chen4
Object-oriented languages are so effective for rapid prototyping because ___
A.fewer Lines Of Code (LOC) are required to produce a Function Point (FP) than for other comparable languages.
B.they were designed to be in used with modern techniques such as Joint Application Development (JAD) and Rapid Application Development (RAD).
C.the components can be readily adapted by creating new (sub-) components that inherit the attributes and operations of the original component.
D.they are more efficient and modern than older languages.
E.components are easier to understand as they are added to the inheritance network.
正确答案是C
