🎴 Flashcard Mode

Software Frameworks in Application Development

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Frameworks can be defined in number ways, in a nutshell, these are widely applicable set of reusable code. Frameworks can also be expressed as below except

AnswerClick to flip back
A
A collection of resources to generate the code to achieve a generic functionality
💡 Explanation:

The question asks which is NOT a valid way to express frameworks. Options A, B, and D all describe frameworks correctly - as abstractions with override points, as specialized libraries with APIs, and as templates for consistency. Option C is wrong because frameworks don't 'generate code' - they provide code that you extend or configure.

Change Mode