Java- Abstraction / Chapter -2 / OOP's Concept



Abstraction

Abstraction:-


Hiding internal implementation and just highlighting the set of services what we are offering, is known as "Abstraction". 
example:-
Through Bank ATM GUI screen bank people are highlighting the set of services what they are offering without highlighting internal implementation.
Abstraction


The main advantage of Abstraction are:-






  1. We can achieve security because we are not highlighting our internal information or implementation.

  2. Without affecting outside person we can able perform any type of change in our internal system and enhancement will become easy.

  3. It improves maintainability of the application.

  4. By using interface and abstract classes we can implement Abstraction.

No comments:

Post a Comment

Be the first to comment!

Don't just read and walk away, Your Feedback Is Always Appreciated. I will try to reply to your queries as soon as time allows.

Note:
1. If your question is unrelated to this article, please use our Facebook Page.
2. Please always make use of your name in the comment box instead of anonymous so that i can respond to you through your name and don't make use of Names such as "Admin" or "ADMIN" if you want your Comment to be published.

Regards,
JavaByChetan
Back To Home

Flipkart End Of Season Sale






© Copyright 2017 Javabychetan.blogspot.com