163 subscribers
3.42K photos
24 videos
39 files
371 links
Link: @java_posts

Contact: java.response.email@gmail.com
Download Telegram
What is Abstraction ?
Abstraction is a process which displays only the information needed and hides the unnecessary information. We can say that main purpose of abstraction is data hiding. Abstraction means selecting data from a large number of data to show the information needed, which helps in reducing programming complexity and efforts.
#Source_code
#OOP_Concepts_java
#Abstraction
#113