The principals of object oriented programming include:

a. encapsulation
b. inheritance
c. polymorphism
d. all of the above


D

Computer Science & Information Technology

You might also like to view...

Assume the following environment

``` #define MAX 50 int a[MAX], i, j, temp; ``` What is the minimum valid subscript value for array a? a. 0 b. 1 c. any negative number d. There is no minimum. e. none of the above

Computer Science & Information Technology

Text, SmartArt, Picture, and Table are all types of ________ you can add to a custom layout

Fill in the blank(s) with correct word

Computer Science & Information Technology

A physical problem with a memory chip will often cause a(n) _____ error

A) Out of memory B) Bad sector C) POST D) Task Manager

Computer Science & Information Technology

A blind copy notation appears on the original letter and on all copies of the letter.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology