ended2월 22일· 3 sources

Abstraction in Java

프로젝트에서 추상화를 어디에 적용했나요? 실전 가이드

Why it matters

Abstraction is one of the four core principles of Object-Oriented Programming (OOPS) in Java. It focuses on hiding implementation details and showing only essential features to the user. Java achieves abstraction through Abstract Classes and Interfaces, which allow developers to hide the internal details and provide only the necessary functionality to the users.

3
Sources
+0
24h
Growth
211d
Active
abstract classabstractionbehaviorclassinstanceinterfacejavanotificationserviceobjectobject-oriented programmingpaymentprocessorstate

Sources

Related Issues