Object Oriented Programming Exam Questions
of the object, while encapsulation is about hiding the internal state and requiring all interaction to be performed through an object's methods. Abstraction focuses on what an object does, and encapsulation focuses on how it does it. Object Oriented Programming Ex