nerdexam
(ISC)2

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

Submitted by neha2k· Mar 5, 2026Software Development Security

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)
  • A
    2% (1)
  • B
    88% (49)
  • C
    4% (2)
  • D
    7% (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

#Object-oriented programming#Code reuse#Software development methodologies

Community Discussion

No community discussion yet for this question.

Full CISSP Practice