Data abstraction is providing only the required details and hiding the implementation from the world. It can be achieved in python by using interface and abstract class
Home How do you do Data abstraction in python?
Data abstraction is providing only the required details and hiding the implementation from the world. It can be achieved in python by using interface and abstract class