Which of the following terms are used to describe defining a class so that the implementation of the member functions is either not known or at least is irrelevant to its use
a) walling up
b) encapsulation
c) abstraction
d) Caging up the data and functions
e) Information hiding
The terms used in the text are b) c) and e).
Explanation: Each of these terms mean that the details of the implementation of the
functions is hidden from the client programmer (the programmer who uses the class).
The text prefers encapsulation.
Computer Science & Information Technology
You might also like to view...
XHTML requires that all headings be nested within the element
Indicate whether the statement is true or false
Computer Science & Information Technology
What method is used to copy the contents of a string array or LINQ query into a text file?
(A) CreateTextFile (B) WriteAllLines (C) CopyToTextFile (D) ReadAllLines
Computer Science & Information Technology