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
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