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 does the *args do in python?
Is r similar to python?
What are differences between list and dictionary in python?
How to remove whitespaces from a string in python?
How would you create an empty numpy array in python?
What is *kwargs and **kwargs?
What is egg and wheel in python?
What is the difference between locals() and globals ()?
What are class methods?
Does return end a function python?
Why python is so popular with developers?
Write a regular expression that will accept an email id. Use the re module.