Answer Posted / 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 |
Post New Answer View All Answers
What are the features of python?
How do I run a subprocess with pipes connected to both input and output?
What are class attributes in python?
Explain the difference between local and global namespaces?
How to read a 10gb (or larger) file size in python?
Explain the use of the ‘nonlocal’ keyword in python?
Is python an oops?
In python,how to read a file line-by-line into a list?
What is the process to get the home directory using ‘~' in python?
How to avoid having class data shared among instances?
What is the python interactive console or python shell?
Will exit method in python de allocate the global namespace?
How do you write a simple code in python?
What is mro in python?
What are the differences between c and python?