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 |
Explain how to make Forms in python.
How do you handle exceptions in Python?
What does mean in python?
How to find methods or attributes of an object?
How would you work with numbers other than those in the decimal number system?
Where is python used?
How do I run a python script?
How do I get numpy in python?
How do I run a python file in python shell?
Which of the following statements create a dictionary? (Multiple correct answers possible)
What does sort () do in python?
What do you mean by overriding methods?