Skip to main content

← Software Systems Development syllabus

Northern IrelandSoftware Systems Development

AS 1 Introduction to Object Oriented Development

7 dot points across 7 inquiry questions. Click any dot point for a focused answer with worked past exam questions where available.

How are one- and two-dimensional arrays declared, indexed and traversed to store collections of related data?

How do sequence, selection and iteration control the flow of an object oriented program?

What data types, variables, constants and operators does an object oriented program use, and when is type conversion needed?

How do encapsulation, inheritance, polymorphism and abstraction make object oriented code safer and more reusable?

How do methods with parameters and return values structure a program, and how are strings manipulated?

What are classes, objects, attributes and methods, and how does an object oriented program model a real problem?

How is input validated, and how is a program tested with well-chosen test data to find errors?