ABSTRACTION IN JAVA
Abstraction in java is a core principle of Object-Oriented Programming (OOP) language which is used to hide the internal complex implementation details and show only the necessary functionality & features to the user . Java Abstraction focuses on what an object does rather than how it does it which siplifies the code […]
ABSTRACTION IN JAVA Read More »