AQA A2 Computing 2.1 Programming Concepts Flashcards

1
Q

Object

A

an instance of a class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Instantiation

A

an oject is defined based on a class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Class definition

A

a pattern or template that can be used to create objects of that class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Encapsulation

A

combining a record with the procedures and functions that manipulate it to form a new data type, a class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly