Classes Flashcards

1
Q

anything outside of the class

A

public

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

can only be used within the class

A

private

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

not used this at this time

A

protected

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

What is the naming convention for variables?

A

Variables start with a first letter.

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

What is the naming convention for classes?

A

Classes start with a capital first letter.

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

What is the naming convention for methods?

A

Methods start with a lower case first letter.

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

What is the difference in visibility of classes?

A

public: anything outside of the class.
private: can only be used within the class.
projected: not used at this time.

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