Loading practice questions
Which of the these is the functionality of 'Encapsulation'?
Correct Answer: A — Binds together code and data
Explanation:
'Encapsulation' acts as protective wrapper that prevents code and data from being accessed by other code defined outside the wrapper.