Unit of competency Outline
Date retreived
22/07/2026 1:04 AM AWST
22/07/2026 1:04 AM AWST
Whilst all efforts are made to provide accurate and timely information from the relevant source/documentation, please be aware that the information supplied may not be the most current version. The accuracy of the detail has not been confirmed by the Department and therefore should not be relied upon without first confirming the contents.
Apply introductory object-oriented language skills
Apply introductory object-oriented language skills
Unit of competency
National Code
ICAB4219B
ICAB4219B
State Code
D0053
D0053
TGA Status
Replaced
Replaced
DTWD Status
Replaced
Replaced
State Implementation and Classification
Approved Date
15/03/2010
Field of Education
020103 - Programming
Original Release Date
15/03/2010
Nominal Hours
60
Description
This unit defines the competency required to undertake introductory programming tasks using an object-oriented programming language. Competency includes tool usage, documentation, debugging and testing techniques in support of the programming activities.There may be benefit in concurrent learning with the following unit:ICAB4224B Apply mathematical techniques for software developmentThe following unit is linked and forms an appropriate cluster:ICAA4058B Apply skills in object oriented designNo licensing, legislative, regulatory or certification requirements apply to this unit at the time of publication.
Notes
Elements and Performance Criteria
1. Apply basic language syntax and layout
- 1.1. Demonstrate understanding and application of basic language syntax rules and best practices
- 1.2. Select and use language data types, operators and expressions to create clear and concise code
- 1.3. Use the appropriate language syntax for sequence, selection and iteration constructs
- 1.4. Use a modular programming approach within member/function logic
- 1.5. Apply arrays, including arrays of objects to introductory programming tasks
- 1.6. Use standardarray processing algorithms
- 1.7. Use the facilities of the language to read and write data from/to text files and record outcomes
2. Apply basic object-oriented principles in the target language
- 2.1. Implement a class that contains primitive member/instance variables
- 2.2. Implement a class that contains multiple options for object construction
- 2.3. Implement a class that uses user-defined aggregation (object instance/member variables)
- 2.4. Use the facilities provided in the language to implement inheritance to at least two levels of depth
- 2.5. Use polymorphism at a simple level through inheritance to enable easy extension of code
3. Debug code
- 3.1. Use an integrated development environment, in particular the language debugging facilities, to debug code
- 3.2. Interpret compiler/interpreter messages to resolve syntax errors and use debugging techniques to resolve logic errors
4. Document activities
- 4.1. Follow organisational guidelines for developing maintainable code and adhere to the provided codingstandards when documenting activities
- 4.2. Apply internal documentation to all code created and utilise documentation tools available in the target language when documenting activities
5. Test code
- 5.1. Create and conduct simple tests to confirm code meets design specification
- 5.2. Document the tests performed and results achieved
6. Create an application
- 6.1. Develop a solution when provided with a basic object-oriented design document
- 6.2. Reference appropriate documentation for the language
RANGE STATEMENT
The range statement relates to the unit of competency as a whole. It allows for different work environments and situations that may affect performance. Bold italicised wording, if used in the performance criteria, is detailed below. Essential operating conditions that may be present with training and assessment (depending on the work situation, needs of the candidate, accessibility of the item, and local industry and regional contexts) may also be included.
Integrateddevelopmentenvironment may include but is not limited to:
Visual C++
Visual Studio suite
Eclipse
J-Edit
Code Warrior
JBuilder
Codingstandards may include:
Java coding standard
GNU coding standard
Language may include but is not limited to:
Java
C++
Small Talk
VB.net
C#.net
Design specification may include but is not limited to:
technical requirements
user problem statement
current system functionality
Standardarrayprocessingalgorithms may include but is not limited to:
search
insertion and deletion algorithms
Object-oriented design document may include:
use-cases
class diagrams
supplementary specifications
The range statement relates to the unit of competency as a whole. It allows for different work environments and situations that may affect performance. Bold italicised wording, if used in the performance criteria, is detailed below. Essential operating conditions that may be present with training and assessment (depending on the work situation, needs of the candidate, accessibility of the item, and local industry and regional contexts) may also be included.
Integrateddevelopmentenvironment may include but is not limited to:
Visual C++
Visual Studio suite
Eclipse
J-Edit
Code Warrior
JBuilder
Codingstandards may include:
Java coding standard
GNU coding standard
Language may include but is not limited to:
Java
C++
Small Talk
VB.net
C#.net
Design specification may include but is not limited to:
technical requirements
user problem statement
current system functionality
Standardarrayprocessingalgorithms may include but is not limited to:
search
insertion and deletion algorithms
Object-oriented design document may include:
use-cases
class diagrams
supplementary specifications
EVIDENCE GUIDE
The evidence guide provides advice on assessment and must be read in conjunction with the performance criteria, required skills and knowledge, range statement and the Assessment Guidelines for the Training Package.
Overview of assessment
Critical aspects for assessment and evidence required to demonstrate competency in this unit
Evidence of the following is essential:
Assessment must confirm that application programs are designed and built from a provided problem scenario and program specification.
Code documentation must be generated. Testing must be used to confirm that created application meets original specification and solves original problem.
To demonstrate competency in this unit the person will require access to:
Software development environment
Technical requirements
Context of and specific resources for assessment
Programming in object-oriented languages is a software development methodology that offers the programmer standard reusable software modules (components), rather than requiring the developer to write custom programming code each time.
Using standard components reduces development time (because the writing and testing of those components has already been done by other programmers), and ensures a standard look and feel for programs using the same components. Object-oriented languages are an important feature of software development processes world-wide.
The breadth, depth and complexity of knowledge and skills in this competency would cover a broad range of varied activities or application in a wider variety of contexts most of which are complex and non-routine. Leadership and guidance would be involved when organising activities of self and others as well as contributing to technical solutions of a non-routine or contingency nature.
Assessment must ensure:
Performance of a broad range of skilled applications including the requirement to evaluate and analyse current practices, develop new criteria and procedures for performing current practices and provision of some leadership and guidance to others in the application and planning of the skills would be characteristic.
Applications may involve responsibility for, and limited organisation of, others.
The stages of the development methodology should be followed within the scope of a project or scenario, and the relevant supporting documentation produced.
Method of assessment
The purpose of this unit is to define the standard of performance to be achieved in the workplace. In undertaking training and assessment activities related to this unit, consideration should be given to the implementation of appropriate diversity and accessibility practices in order to accommodate people who may have special needs. Additional guidance on these and related matters is provided in ICA05 Section 1.
Competency in this unit should be assessed using summative assessment to ensure consistency of performance in a range of contexts. This unit can be assessed either in the workplace or in a simulated environment. However, simulated activities must closely reflect the workplace to enable full demonstration of competency.
Assessment will usually include observation of real or simulated work processes and procedures and/or performance in a project context as well as questioning on underpinning knowledge and skills. The questioning of team members, supervisors, subordinates, peers and clients where appropriate may provide valuable input to the assessment process. The interdependence of units for assessment purposes may vary with the particular project or scenario.
Guidance information for assessment
Holistic assessment with other units relevant to the industry sector, workplace and job role is recommended, for example:
ICAB4224B Apply mathematical techniques for software development
ICAA4058B Apply skills in object-oriented design
An individual demonstrating this competency would be able to:
Demonstrate understanding of a broad knowledge base incorporating some theoretical concepts
Apply solutions to a defined range of unpredictable problems
Identify and apply skill and knowledge areas to a wide variety of contexts, with depth in some areas
Identify, analyse and evaluate information from a variety of sources
Take responsibility for own outputs in relation to specified quality standards
Take limited responsibility for the quantity and quality of the output of others
Maintain knowledge of industry products and services
Additionally, an individual demonstrating this competency would be able to:
Understand a range of development object-oriented methodologies and their application
Demonstrate theoretical knowledge of object-oriented language development
Apply a methodology to a project or scenario
Produce documentation required by the chosen methodology
The evidence guide provides advice on assessment and must be read in conjunction with the performance criteria, required skills and knowledge, range statement and the Assessment Guidelines for the Training Package.
Overview of assessment
Critical aspects for assessment and evidence required to demonstrate competency in this unit
Evidence of the following is essential:
Assessment must confirm that application programs are designed and built from a provided problem scenario and program specification.
Code documentation must be generated. Testing must be used to confirm that created application meets original specification and solves original problem.
To demonstrate competency in this unit the person will require access to:
Software development environment
Technical requirements
Context of and specific resources for assessment
Programming in object-oriented languages is a software development methodology that offers the programmer standard reusable software modules (components), rather than requiring the developer to write custom programming code each time.
Using standard components reduces development time (because the writing and testing of those components has already been done by other programmers), and ensures a standard look and feel for programs using the same components. Object-oriented languages are an important feature of software development processes world-wide.
The breadth, depth and complexity of knowledge and skills in this competency would cover a broad range of varied activities or application in a wider variety of contexts most of which are complex and non-routine. Leadership and guidance would be involved when organising activities of self and others as well as contributing to technical solutions of a non-routine or contingency nature.
Assessment must ensure:
Performance of a broad range of skilled applications including the requirement to evaluate and analyse current practices, develop new criteria and procedures for performing current practices and provision of some leadership and guidance to others in the application and planning of the skills would be characteristic.
Applications may involve responsibility for, and limited organisation of, others.
The stages of the development methodology should be followed within the scope of a project or scenario, and the relevant supporting documentation produced.
Method of assessment
The purpose of this unit is to define the standard of performance to be achieved in the workplace. In undertaking training and assessment activities related to this unit, consideration should be given to the implementation of appropriate diversity and accessibility practices in order to accommodate people who may have special needs. Additional guidance on these and related matters is provided in ICA05 Section 1.
Competency in this unit should be assessed using summative assessment to ensure consistency of performance in a range of contexts. This unit can be assessed either in the workplace or in a simulated environment. However, simulated activities must closely reflect the workplace to enable full demonstration of competency.
Assessment will usually include observation of real or simulated work processes and procedures and/or performance in a project context as well as questioning on underpinning knowledge and skills. The questioning of team members, supervisors, subordinates, peers and clients where appropriate may provide valuable input to the assessment process. The interdependence of units for assessment purposes may vary with the particular project or scenario.
Guidance information for assessment
Holistic assessment with other units relevant to the industry sector, workplace and job role is recommended, for example:
ICAB4224B Apply mathematical techniques for software development
ICAA4058B Apply skills in object-oriented design
An individual demonstrating this competency would be able to:
Demonstrate understanding of a broad knowledge base incorporating some theoretical concepts
Apply solutions to a defined range of unpredictable problems
Identify and apply skill and knowledge areas to a wide variety of contexts, with depth in some areas
Identify, analyse and evaluate information from a variety of sources
Take responsibility for own outputs in relation to specified quality standards
Take limited responsibility for the quantity and quality of the output of others
Maintain knowledge of industry products and services
Additionally, an individual demonstrating this competency would be able to:
Understand a range of development object-oriented methodologies and their application
Demonstrate theoretical knowledge of object-oriented language development
Apply a methodology to a project or scenario
Produce documentation required by the chosen methodology
Replaces
| State Code | National Code | Title | Type |
|---|---|---|---|
| C8693 | ICAB4219A | Apply introductory object oriented language skills | Unit of competency |
Replaced By
| State Code | National Code | Title | Type |
|---|---|---|---|
| D8000 | ICAPRG406A | Apply introductory object-oriented language skills | Unit of competency |
| State Code | National Code | Title | Type |
|---|---|---|---|
| C859 | ICA40105 | Certificate IV in Information Technology (General) | Qualification |
| C875 | ICA50905 | Diploma of Information Technology (Multimedia) | Qualification |
| C866 | ICA40805 | Certificate IV in Information Technology (Multimedia) | Qualification |
| C863 | ICA40505 | Certificate IV in Information Technology (Programming) | Qualification |
| 7538 | 52046 | Diploma of Interactive Games Development | Accredited course |
| 7547 | 52213 | Diploma of Interactive Games Development | Accredited course |
| 7537 | 51916 | Certificate IV in Interactive Games Development | Accredited course |