You are on page 1of 1

The Four Pillars of OOP in Python 3 for Beginners

ABSTRACTION AND ENCAPSULATION

1. What is encapsulation ?
Hiding the implementation details from the end user is called
as encapsulation

2. What is abstraction ?
Abstraction is the process of steps followed to achieve
encapsulation

Created by Febin George

You might also like