Software Frameworks in Application Development
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice
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
- An abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code, thus providing specific functionality
- A special case of software libraries in that they are reusable abstractions of code wrapped in a well-defined Application Programming Interface
- A collection of resources to generate the code to achieve a generic functionality
- A template to show how things should be done consistently