adplus-dvertising
frame-decoration

Question

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

a.

intrusion

b.

volatility

c.

encapsulation

d.

protection

Answer: (c).encapsulation

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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

Similar Questions

Discover Related MCQs

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

Q. Which of the following flowchart symbols represents the if selection structure?

Q. Two or more arrays whose elements are related by their position (subscript) in the arrays are called _____ arrays