Which oops talks about data hiding?
Answer / Gajraj Mathur
In object-oriented programming (OOP), the concept of data hiding is closely associated with encapsulation, which is a fundamental concept in classes and objects. Data hiding helps to protect the internal workings of an object from external interference and misuse.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps required to make a script executable on Unix?
Define the usage of split?
What is a cast in python?
When should you use generator expressions vs. list comprehensions in Python and viceversa?
How to remove whitespaces from a string in python?
What is the difference between `__str__` and `__repr__` methods in Python?
Does python has any command to create variable?
does recursion cause any trouble?
How to compare two lists in python?
What is abstraction in python?
Can I use python instead of javascript?
Can I build website using python?