1.

____ enables the definition of reusable classes.(a) Polymorphism(b) Inheritance(c) Object(d) OverloadingI had been asked this question in unit test.Question is from Software Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (b) Inheritance

The explanation is: Property inheritance ALLOWS the definition of reusable classes of software OBJECTS. This allows the SYNTHESIS of task-specific objects. FIR is an example for a generic software OBJECT and mark filter is an example for task-specific software object.



Discussion

No Comment Found

Related InterviewSolutions