CISSP · Question #386
Which programming methodology allows a programmer to use pre-determined blocks of code end consequently reducing development time and programming costs?
The correct answer is B. Object oriented. The programming methodology that allows a programmer to use pre-determined blocks of code and consequently reducing development time and programming costs is object oriented. Object oriented is a programming paradigm that organizes the data and behavior of a software system into
Question
Which programming methodology allows a programmer to use pre-determined blocks of code end consequently reducing development time and programming costs?
Options
- AApplication security
- BObject oriented
- CBlocked algorithm
- DAssembly language
How the community answered
(56 responses)- A2% (1)
- B88% (49)
- C4% (2)
- D7% (4)
Explanation
The programming methodology that allows a programmer to use pre-determined blocks of code and consequently reducing development time and programming costs is object oriented. Object oriented is a programming paradigm that organizes the data and behavior of a software system into reusable and modular units called objects. Objects are instances of classes, which are templates that define the attributes and methods of the objects. Objects can interact with each other through messages, inheritance, or polymorphism. Object oriented programming can reduce development time and programming costs, as it can enable the programmer to use pre- determined blocks of code, such as existing classes, libraries, or frameworks, and avoid duplication or redundancy of code. Application security, blocked algorithm, and assembly language are not programming methodologies that allow the programmer to use pre-determined blocks of code, but they are concepts or languages related to software development or security.
Topics
Community Discussion
No community discussion yet for this question.