Ask Question
19 February, 11:06

This refers to the combining of data and code into a single object. A. Data hiding B. Abstraction C. Object D. Encapsulation

+3
Answers (1)
  1. 19 February, 11:13
    0
    Answer: D) Encapsulation

    Explanation: Encapsulation is the technique in the object-oriented programming concept (OOPs) that keeps the data and other related function to become a single unit/object in encapsulated form. This is to make the object to be hidden from the outside world so that data present in it can be internally preserved.

    Other option are incorrect because abstraction is the extracting only relevant data from the whole, data hiding consist of the data that is hidden for purpose, and object are the units of the data. Thus, the correct option is option (D).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “This refers to the combining of data and code into a single object. A. Data hiding B. Abstraction C. Object D. Encapsulation ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers