M13 Additional Topics

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

derived class/subclass

refers to a class that is derived from another class called a base class (or superclass)

2
New cards

inheritance

a derived class inherits all the properties of the base class

3
New cards

extends

keyword to create a derived class from a base class

4
New cards

base class

a class that can be derived from/extended

5
New cards

@Override annotation

when above a method tells the compiler to verify the method overrides a base class method

6
New cards

override

when a derived class has a method that has the same name, parameters and return type as the base class's method

7
New cards

Overloading

methods with the same name but different numbers and/or types of parameters.

8
New cards

super

keyword to refer to a parent class's members

9
New cards

Object class

the built-in base class for all other classes and it does not have a base class. All classes are ultimately derived from.

10
New cards

toString()

a common method to add to classes that returns a string representation of the objects fields.

11
New cards

equals(otherObject)

a common method that typically compares two objects to see if their fields are "equal". Object class's equals(otherObject) method simply compares both variables references.

12
New cards

polymorphism

which method to call depending on the arguments

13
New cards

compile-time polymorphism

method overloading is a form of this type of polymorphism

14
New cards

runtime polymorphism

the determination of which method to execute is determined at runtime

15
New cards

UML

Unified Modeling Language

Explore top flashcards

Ana Final :(
Updated 959d ago
flashcards Flashcards (132)
Ecologyintro
Updated 109d ago
flashcards Flashcards (34)
ORGCHEM FINALS
Updated 572d ago
flashcards Flashcards (123)
Acute Exam 3
Updated 988d ago
flashcards Flashcards (37)
brit lit final exam
Updated 570d ago
flashcards Flashcards (71)
Lecture 17
Updated 746d ago
flashcards Flashcards (27)
Ana Final :(
Updated 959d ago
flashcards Flashcards (132)
Ecologyintro
Updated 109d ago
flashcards Flashcards (34)
ORGCHEM FINALS
Updated 572d ago
flashcards Flashcards (123)
Acute Exam 3
Updated 988d ago
flashcards Flashcards (37)
brit lit final exam
Updated 570d ago
flashcards Flashcards (71)
Lecture 17
Updated 746d ago
flashcards Flashcards (27)