x

Classes, objects, and OCR keywords

Classes, objects, and OCR keywords

Class diagram showing Pet, Dog inheriting from Pet, and a myDog object instance with constructor flow and object.method syntax

Object-oriented pseudocode adds a few OCR keywords to normal pseudocode: class, endclass, public, private, new, inherits, and super. A class is a template for a type of thing, while an object is one actual instance created from that template.

Object-oriented pseudocode Lesson

  1. A Level
  2. /Computer Science
  3. /Object-oriented pseudocode

Step-by-step lessons covering OCR A Level Computer Science Object-oriented pseudocode for A Level Computer Science. Each lesson works through exam-style questions.

Lessons