Object Oriented Programming Flashcards

1
Q

What does Encapsulated refer to

A

the data and the functions that are inside of the object - they are encapsulated within that object

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

What is Abstraction

A

creating a simple model of a more complex thing that represents its most important aspects in a way that is easy to work with for our programs purpose

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

What is it called when you create an object from the main object class

A

creating an object instance also instantiation

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

What is the term for the name given to an object instance

A

namespace

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

what do you call when you create an object from the main object class

A

you call the constructor function

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

What is polymorphism

A

the ability of multiple object types to implement the same functionality

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

what is capsing for constructor function name

A

they start with a capital letter

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