A Level Computer Science: Object-oriented techniques
This module contains:
Compatible with the following examination boards





Download A Level Module 50: Object oriented techniques
This download is exclusively for Teach Computer Science subscribers!
To download this file, click the button below to signup (it only takes a minute) and you'll be brought right back to this page to start the download!
Already a member? Log in to download.
Object-oriented techniques
Procedural programming offers the basic programming constructs such as sequence, selection and iteration. This type of language also supports modules and procedures. In object-oriented programming, program is decomposed into a number of meaningful objects. Object consists of data and functions. Objects communicate with each other through member functions.
Examples of programming languages that support object-oriented approach are Python, Java and Delphi.
This A Level Computer Science module introduces object-oriented techniques to your students, explaining:
- Class & Objects
- Features of object-oriented programming
- Constructor
- get() and set() methods
More Problem solving and programming Modules
Object-oriented techniques is one lesson in our Problem solving and programming module. The other theory lessons can be found below:





