Computer Science, asked by khyodabamang8521, 1 year ago

Bool class is subclass of array class true or false

Answers

Answered by ayushkumar1855
0

Answer:

true

hope this HELPED you

Answered by mindfulmaisel
0

‘Bool class is subclass of array class’ is a FALSE statement.

Explanation:

  • Bool type will always used for comparing and return a Boolean. The Boolean can be either a true or a false. Thus true and false are the instances of the bool type.  
  • This bool type is always inherited from the type int. This is because; True and False are the types of integers. Here, using this we can do arithmetic on them.  
  • Here, we can use Boolean expression as numbers. It is clear that, bool type is not a subclass of array class.

Learn more about Array

What is the allocated size of a 3D long array with size 2, 4, 8?

a. 4,096 bits (integral)

b. 4,096 bits

c. 2,048 bits (integral)

d. 2,048 bits

https://brainly.in/question/7579580

If the starting address of an float array Arr[10][10] is 2000, what would be the memory address of the element Arr[5][6]?

https://brainly.in/question/5775784

Similar questions