Presentation Practice Knowledge

?
What does Static mean?
Means that method only exists within that class and a instance of a class doesn't need to be created to access it ?
1 of 8
What does public mean?
Only available within package
2 of 8
What does private mean?
Only available within class, used for instance variables
3 of 8
What does .this mean and why is it used?
When a variables uses the same name with in a constructor or an instance method it's used to differentiate which one
4 of 8
What does super keyword do and mean?
Used to called methods, constructors or variables from super class
5 of 8
What is polymorphism?
The concept that an object can take many forms
6 of 8
What is dynamic method binding?
Many instances of an object can exist
7 of 8
What are instance variables?
Declared inside a class but outside a method
8 of 8

Other cards in this set

Card 2

Front

What does public mean?

Back

Only available within package

Card 3

Front

What does private mean?

Back

Preview of the front of card 3

Card 4

Front

What does .this mean and why is it used?

Back

Preview of the front of card 4

Card 5

Front

What does super keyword do and mean?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all JAVA resources »