AQA A2 Computing 2.1 Programming Concepts Flashcards
1
Q
Object
A
an instance of a class
2
Q
Instantiation
A
an oject is defined based on a class
3
Q
Class definition
A
a pattern or template that can be used to create objects of that class
4
Q
Encapsulation
A
combining a record with the procedures and functions that manipulate it to form a new data type, a class
5
Q
Inheritance
A
defining a class and then using it to build a hierarchy of descendant classes with each descendant inheriting access to all its ancestors’ code and data.