A Level Computer Science: Object-oriented techniques
This module contains:
Compatible with the following examination boards
Unable to find the 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: