5. Writing Classes

studied byStudied by 3 people
0.0(0)
Get a hint
Hint

Class

1 / 8

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

9 Terms

1

Class

A blueprint for an object, where the name should reflect its purpose and variables are declared at the top.

New cards
2

Method

A group of code that performs a specific task, including accessor and mutator methods.

New cards
3

Accessor Methods

Methods that allow access to object data, like getters returning specific data.

New cards
4

toString()

Method returning object information as a string, useful for object representation.

New cards
5

Mutator Methods

Also known as setter methods, used to modify object data.

New cards
6

Static Variables & Methods

Belong to the class itself, accessible without an object, and cannot access instance variables.

New cards
7

Scope

Local scope restricts variable use to a method, while global scope allows access throughout the class.

New cards
8

.this keyword

Refers to the same instance variable within a class.

New cards
9

Algorithm

A step-by-step procedure or set of rules for solving a specific problem or task.

New cards

Explore top notes

note Note
studied byStudied by 23 people
... ago
5.0(1)
note Note
studied byStudied by 86 people
... ago
4.7(3)
note Note
studied byStudied by 127 people
... ago
4.0(2)
note Note
studied byStudied by 16 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 12 people
... ago
5.0(1)
note Note
studied byStudied by 305 people
... ago
4.8(5)

Explore top flashcards

flashcards Flashcard (35)
studied byStudied by 47 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 57 people
... ago
5.0(1)
flashcards Flashcard (81)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (51)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 3 people
... ago
5.0(1)
robot