adplus-dvertising
frame-decoration

Question

The major advantage of data hiding is that _____

a.

your programs can include more data

b.

you no longer need functions

c.

no one can ever use your data

d.

your data will be used correctly

Answer: (d).your data will be used correctly

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The major advantage of data hiding is that _____

Similar Questions

Discover Related MCQs

Q. The letter V is a _____

Q. Separating parts of a program into units that remain unaffected by other parts of a program is the concept known as _____

Q. A function whose purpose is to send messages to other functions is known as a _____

Q. With commercial classes, the function source code is usually________

Q. The expression c = i++ causes

Q. An identifier in C

Q. The bitwise AND operator is represented by the symbol

Q. The exclusive OR operator gives the result 1 when

Q. Which of the following is the extraction operator?

Q. To create a variable, you must assign _____ to it

Q. Which of the following control structures is used in every program?

Q. In the C language, a string is assigned to the

Q. The main() function is always

Q. Variables that are known only to the function in which they are declared are called _____ variables

Q. In the expression p --> val,p is a(n)

Q. Object-oriented programmers primarily focus on _________

Q. You define a structure type globally because

Q. Which of the following operators is the equality operator?

Q. In C++, you use _____ to perform standard input and output operations

Q. Values that are used to end loops are referred to as _____ values