ITPEC FE Morning April 2022 Question 47

Source exam: ITPEC FE Morning April 2022Topic: Software Development

ITPEC FE Morning April 2022 — Question 47 of 80

Encapsulation — bundling data and methods into one object while hiding internal implementation.

  • (b) Correct: data + procedures as a single object + concealment of implementation = textbook encapsulation
  • (a) — describes classification (grouping objects with common properties)
  • (c) — describes generalization (extracting common properties into a base class)
  • (d) — describes inheritance (subclass inherits base class properties)

Key rule: Encapsulation = data + behavior bundled together + information hiding.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.