{
  "id": "bbg-p0141-concurrency-runtime-and-scheduling-concurrency",
  "title": "Four Object-Oriented Pillars",
  "chapter": "software-architecture-patterns",
  "batch": "24",
  "rank": 231,
  "sourcePage": 141,
  "sourcePointer": "p. 141",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve four-panel OOP pillar comparison: abstraction, encapsulation, inheritance, polymorphism",
      "retargeted from concurrency extraction to software-architecture-patterns chapter"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: abstraction hides implementation",
      "concept: encapsulation binds data and behavior",
      "concept: inheritance derives class behavior",
      "concept: polymorphism supports multiple forms"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "abstraction",
      "label": "Abstraction",
      "x": 62,
      "y": 126,
      "w": 388,
      "h": 158
    },
    {
      "id": "encapsulation",
      "label": "Encapsulation",
      "x": 510,
      "y": 126,
      "w": 388,
      "h": 158
    },
    {
      "id": "inheritance",
      "label": "Inheritance",
      "x": 62,
      "y": 344,
      "w": 388,
      "h": 158
    },
    {
      "id": "polymorphism",
      "label": "Polymorphism",
      "x": 510,
      "y": 344,
      "w": 388,
      "h": 158
    }
  ],
  "shapes": [
    {
      "id": "interface",
      "kind": "rect",
      "label": "Essential API",
      "detail": "visible surface",
      "x": 116,
      "y": 166,
      "w": 122,
      "h": 52,
      "tone": "blue"
    },
    {
      "id": "hidden",
      "kind": "rect",
      "label": "Implementation",
      "detail": "hidden detail",
      "x": 286,
      "y": 166,
      "w": 122,
      "h": 52,
      "tone": "gray"
    },
    {
      "id": "class",
      "kind": "rect",
      "label": "Class",
      "detail": "single unit",
      "x": 562,
      "y": 166,
      "w": 118,
      "h": 52,
      "tone": "purple"
    },
    {
      "id": "members",
      "kind": "rect",
      "label": "Data methods",
      "detail": "controlled access",
      "x": 726,
      "y": 166,
      "w": 122,
      "h": 52,
      "tone": "purple"
    },
    {
      "id": "base",
      "kind": "rect",
      "label": "Base class",
      "detail": "common behavior",
      "x": 142,
      "y": 386,
      "w": 122,
      "h": 52,
      "tone": "green"
    },
    {
      "id": "derived",
      "kind": "rect",
      "label": "Derived class",
      "detail": "specialized",
      "x": 302,
      "y": 386,
      "w": 122,
      "h": 52,
      "tone": "green"
    },
    {
      "id": "compile",
      "kind": "rect",
      "label": "Compile time",
      "detail": "overload",
      "x": 562,
      "y": 386,
      "w": 122,
      "h": 52,
      "tone": "orange"
    },
    {
      "id": "runtime",
      "kind": "rect",
      "label": "Runtime",
      "detail": "virtual call",
      "x": 726,
      "y": 386,
      "w": 122,
      "h": 52,
      "tone": "orange"
    }
  ],
  "connectors": [
    {
      "from": "interface",
      "to": "hidden",
      "label": "hides",
      "flow": "control"
    },
    {
      "from": "class",
      "to": "members",
      "label": "wraps",
      "flow": "data"
    },
    {
      "from": "base",
      "to": "derived",
      "label": "inherits",
      "flow": "main"
    },
    {
      "from": "compile",
      "to": "runtime",
      "label": "many forms",
      "flow": "main"
    }
  ]
}
