Skip to content

Commit

Permalink
no change
Browse files Browse the repository at this point in the history
  • Loading branch information
kperry6056 authored Nov 8, 2023
1 parent d37f759 commit a7a4182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/assignments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
topics: [ 'Creating Objects', 'API usage', 'Inheritance' ]
outcomes:
- { verb: 'Understand', outcome: 'Explain the relationship between a class and an object' }
- { verb: 'Understand', outcome: 'Describe: signature, parameter list, formal parameter, actual parameter' }
- { verb: 'Understand', outcome: 'Define using examples: signature, parameter list, formal parameter, actual parameter' }
- { verb: 'Apply', outcome: 'Use a constructor (with or without parameters) of a class in order to create an object of that class' }
- { verb: 'Apply', outcome: 'Call methods (with or without parameters) on objects' }
- { verb: 'Create', outcome: 'Use above learned skills in order to display a design of shape objects' }
Expand Down

0 comments on commit a7a4182

Please sign in to comment.