D: Object Oriented Programming Flashcards
1
Q
What is object reference?
A
A pointer to a memory where location where the object is stored.
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
3
Q
What is a class?
A
A collection of features and processess
4
Q
What is an instance?
A
A creation of an actual object.
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.
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