Livecoding.tv Quiz of the Day: 17/10/2016
October 17, 2016
Answer: 1. Encapsulation Encapsulation is a mechanism by which developer could hide implementation behind an interface. Encapsulated code has two features: Instance variables are kept protected (usually with the private modifier). Getter and setter methods provide access…