How do you do data abstraction in python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Only the necessary information is provided by data abstraction, which conceals the implementation from the public. Python may accomplish this through the use of abstract classes and interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Only the necessary information is provided by data abstraction, which conceals the implementation from the public. Python may accomplish this through the use of abstract classes and interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between encapsulation and abstraction in python?
Is compiled python faster?
What is iterable python?
What is meant by mutex in python?
How do you show hello world in python?
What are python dictionaries?
What is numpy shape?
What is a counter in python?
What is a dictionary in python?
How is unit test done in python?
What does flush do in python?
Difference between for loop and while loop in Python