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
Is python an oop?
What is the use of ‘self’ keyword in python?
How are classes created in python?
How are arguments passed - by reference or by value?
Why do computer scientists count from 0?
Explain the synbtax to split a string in python?
How do I sort a dictionary by value?
What program to write python?
What are the types of python?
What is the difference between repr and str in python?
What does the meaning of slicing in python?
How do you find the number of references pointing to a particular object?
What is range() in python?
What is set () in python?
Can you make a python executable?