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 python interactive console or python shell?
How to display the contents of the text file in reverse order?
How many keywords are there in python? And why should we know them?
What is a raw input in python?
How will you remove the last object from a list?
Explain pickling and unpickling in python?
what is random module will do in python and what are the functions we can apply on random module
What is a super constructor?
How to use of return keywords in python?
How will you print the contents of a file?
How to compare two list?
Can notepad ++ run python?