Choose the principle of object-oriented programming that allows object to exist as independent, interchangeable units of functionality without maintaining dependencies on other units of code.

Options
- Overloading
- Encapsulation
- Inheritance
- Abstraction


CORRECT ANSWER : Encapsulation

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement