Which oops talks about data hiding?



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

Post New Answer

More Python Interview Questions

What are the steps required to make a script executable on Unix?

1 Answers  


Define the usage of split?

1 Answers  


What is a cast in python?

1 Answers  


When should you use generator expressions vs. list comprehensions in Python and vice­versa?

1 Answers  


How to remove whitespaces from a string in python?

1 Answers  


What is the difference between `__str__` and `__repr__` methods in Python?

1 Answers  


Does python has any command to create variable?

1 Answers  


does recursion cause any trouble?

1 Answers  


How to compare two lists in python?

1 Answers  


What is abstraction in python?

1 Answers  


Can I use python instead of javascript?

1 Answers  


Can I build website using python?

1 Answers  


Categories