What is the difference between data hiding and implementation?
Answer / Ashok Kumar Mishra
Data hiding is a mechanism that restricts access to an object's data to only certain functions within that object. Implementation, on the other hand, refers to the detailed description of how a particular feature or function works. Data hiding is a part of encapsulation, while implementation details are usually hidden from the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between the up phase and up workflows?
What are abstract methods?
Why abstraction is important?
What is the use of Operator Overloading?
What is association?
Why dynamic loading is used in object-oriented programming?
Explain about the relationship between object oriented programming and databases?
What is the use of interface?
Classes and structs support inheritance. Is this statement true or false?
What is the difference between class inheritance and interface inheritance?
Can we override static methods of a class?
What is virtual multiple inheritance?