CS 2450 EXAM 2 Weber State

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

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.

9 Terms

1
New cards

how do you get an object to perform a call:

a message

2
New cards

3 pillars of OOSAD

polymorphism, inheritance, encapsulation

3
New cards

the 2 goals of programing:

High cohesion - a class that does one thing and does one thing well

- Loose coupling - minimal information sent to create an object and keep other objects knowing about each other to a minimum

4
New cards

coupling

Interdependence throughout the system

5
New cards

1 Principle of data capture is

always capture it at the source

6
New cards

encapsulation

Protect Data integrity and promote modularity

7
New cards

If you work for a small company you get a

framework

8
New cards

High cohesion -

a class that does one thing and does one thing well

9
New cards

Loose coupling -

minimal information sent to create an object and keep other objects knowing about each other to a minimum