Which two programming components are defined as blocks of code that perform tasks when executed? (Choose two.)
- functions
- methods
- parameters
- objects
- arguments
Explanation: Methods and functions are both blocks of code that perform tasks when executed. Functions are stand alone code blocks whereas methods are code blocks associated with an object.
Exam with this question: 3.7.2 Module 3: Software Development and Design Quiz
Please login or Register to submit your answer