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 |
How can I force division to be floating point in python?
What do you think is the output of the following code fragment?
If while installing a package with pip, you get the error no matching installation found, what can you do?
Why does Python have a maximum recursion depth?
name few python modules for statistical, numerical and scientific computations?
How do I delete a file?
What is the purpose of self?
What are a help () and dir() in python?
Is geany good for python?
Do you know in python what are iterators?
What is Pickling and unpickling?
Is python object-oriented? What is object-oriented programming?