| 1. |
What Is Abstraction In Java? |
|
Answer» In java, Abstraction means SHOW FUNCTIONALITY and HIDE COMPLEXITY or internal details or hide implementation details to the user is known as abstraction in java. For example: The best example in the world of abstraction is ATM machine where we can WITHDRAW or transfer money easily but how it happens. We don't know. We don't know internal details or implementation details. In java, Abstraction means show functionality and hide complexity or internal details or hide implementation details to the user is known as abstraction in java. For example: The best example in the world of abstraction is ATM machine where we can withdraw or transfer money easily but how it happens. We don't know. We don't know internal details or implementation details. |
|