5. Writing Classes

studied byStudied by 3 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

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 29 people
666 days ago
5.0(1)
note Note
studied byStudied by 25 people
544 days ago
5.0(1)
note Note
studied byStudied by 3 people
82 days ago
5.0(1)
note Note
studied byStudied by 235 people
698 days ago
5.0(3)
note Note
studied byStudied by 32 people
131 days ago
5.0(1)
note Note
studied byStudied by 85 people
308 days ago
5.0(1)
note Note
studied byStudied by 1958 people
694 days ago
4.9(7)

Explore top flashcards

flashcards Flashcard (38)
studied byStudied by 3 people
283 days ago
5.0(1)
flashcards Flashcard (60)
studied byStudied by 18 people
531 days ago
5.0(1)
flashcards Flashcard (65)
studied byStudied by 27 people
686 days ago
5.0(1)
flashcards Flashcard (31)
studied byStudied by 8 people
80 days ago
5.0(1)
flashcards Flashcard (37)
studied byStudied by 252 people
446 days ago
5.0(2)
flashcards Flashcard (23)
studied byStudied by 3 people
504 days ago
5.0(1)
flashcards Flashcard (38)
studied byStudied by 6 people
357 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 112 people
706 days ago
5.0(8)
robot