Asked by
Adesewa Adesina
on Oct 27, 2024Verified
When a boolean array object is instantiated, its components are initialized to false.
Boolean Array
An array data structure that stores Boolean values, where each element is either true or false.
Instantiated
The process of creating a concrete instance of a class in object-oriented programming.
- Understand the initial values assigned to elements of an array when it is created.
Verified Answer
SR
Learning Objectives
- Understand the initial values assigned to elements of an array when it is created.