What is the definition of encapsulation? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the definition of encapsulation?

18th Apr 2017, 4:07 AM
Shisha Chhotray
3 Antworten
18th Apr 2017, 4:13 AM
Meharban Singh
Meharban Singh - avatar
+ 4
Is that understandable?
18th Apr 2017, 4:14 AM
Meharban Singh
Meharban Singh - avatar
+ 4
It refers to the act of hiding data members and private methods from other classes in an object oriented system. The level of hiding would be determined by the programmer. https://en.m.wikipedia.org/wiki/Encapsulation_(computer_programming)
18th Apr 2017, 4:26 AM
Babak
Babak - avatar