____ is a mechanism that enables one class to acquire all the behaviors and attributes of another class.

A. Inheritance
B. Polymorphism
C. Encapsulation
D. Overriding


Answer: A

Computer Science & Information Technology

You might also like to view...

What function would you use if you wanted to read a string that might contain a blank?

What will be an ideal response?What will be an ideal response?

Computer Science & Information Technology

Label the elements of a 3-by-5 one-dimensional array sales to

``` for ( row = 0; row < 3; row++ ) for ( column = 0; column < 5; column++ ) sales[ row ][ column ] = 0; ```

Computer Science & Information Technology

The Format Painter can be used to apply formatting to text located in a shape

Indicate whether the statement is true or false

Computer Science & Information Technology

What does the discovery stage consist of?

What will be an ideal response?

Computer Science & Information Technology