This Flashcards

1
Q

This (simple)

A

Fixes issue between instance variables and parameters being titled the same

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

This is equal to what in python

A

Self

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

Usage of This

A

Class farts {

   Instance variables;

   Constructor Farts(parameters-same as IV ) {

            This.instance variables / parameters

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