D: Object Oriented Programming Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is object reference?

A

A pointer to a memory where location where the object is stored.

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

What are the cons of open source software?

A

Would it have malware in it.
Would the company need to acknowledge the owner of that software

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

What is a class?

A

A collection of features and processess

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

What is an instance?

A

A creation of an actual object.

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

What are the pros of using class libraries?

A

Saving time to not have to write code themselves
Likely have been thoroughly tested and efficient.

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

What are the issues surrounding having multiple programming teams in different locations?

A

Language barriers/time difference
Different conventions e.g. data format

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