Fill This Form To Receive Instant Help
Homework answers / question archive / QUESTION 1 Procedural programs take more effort to maintain than object-oriented programs
QUESTION 1
Procedural programs take more effort to maintain than object-oriented programs.
True
False
QUESTION 2
Procedural programming decreases the dependencies between functions.
True
False
QUESTION 3
With procedural programming, we combine functions and variables into a unit.
True
False
QUESTION 4
In object-oriented programming, we refer to variables as methods.
True
False
QUESTION 5
In object-oriented programming, we refer to the functions as methods.
True
False
QUESTION 6
Encapsulation is when we group properties and methods into objects.
True
False
QUESTION 7
Procedural programming decuples functions and variables.
True
False
QUESTION 8
With object-oriented programming, your methods have fewer parameters than with procedural programming.
True
False
QUESTION 9
Abstraction makes the interface of the objects simpler.
True
False
QUESTION 10
Abstraction reduces the impact of change.
True
False
QUESTION 11
Inheritance is when we group properties and methods into objects.
Inheritance helps eliminate redundant code.
True
False