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 |
In python, how do I check if a list is empty?
What are the optional statements that can be used inside a <try-except> block in python?
What is whitespace in python?
What is a character?
Is there a tool to help find bugs or perform static analysis?
How to create prompt in the console window?
Is all the memory freed when python exits?
How to get class name of an instance in Python?
How is unit test done in python?
How to make a chain of function decorators?
What is pip command in python?
Explain how to redirect the output of a python script from standout(ie., A monitor) on to a file?