Exam 2 - OOP

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

1/9

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.

10 Terms

1
New cards

Algorithm

A procedure for solving a specific problem, expressed as an ordered set of actions

2
New cards

Abstraction

Specifying a general interface while hiding implementation details

3
New cards

Primitive type

A data type that can typically be handle directly by the underlying hardware

4
New cards

Inheritance

Reuse and extension of fields and method implementations from another class

5
New cards

Getter

A method that returns the value of a private variable

6
New cards

Override

A subclass replacing its superclass’ implementation of a method

7
New cards

Multiple Inheritance

A subclass inheriting class members from two or more superclasses

8
New cards

Destructor

A special class member that cleans up when an object is deleted

9
New cards

Interface

A reference type containing only method signatures, default methods, static methods, constants, and nested types

10
New cards

Package

A grouping of related types providing access protection and namespace management