Midterm OOP - Lesson 1 Flashcards
it is a programming methodology that uses objects and classes.
OBJECT ORIENTED PROGRAMMING
it is the collection of objects and classes in oriented
approach.
OBJECT ORIENTED PROGRAMMING
was introduced to overcome the flaws in the procedural
approach of programming.
OBJECT ORIENTED PROGRAMMING
each statement in the language tells the computer what to do.
PROCEDURAL APPROACH PROGRAMMING
a program in this approach is a list of instructions
PROCEDURAL APPROACH PROGRAMMING
True or False
Characteristics of OOP:
Emphasis on data rather than Procedure
True
True or False
Characteristics of OOP:
Programs are divided into entities known as parameters
False:
Programs are divided into entities known as Objects
True or False
Characteristics of OOP:
Objects communicate with each other through functions/methods
true
True or False
Characteristics of OOP:
Follows top down design in program design
false:
Follows bottom up design in program design