Frage im Vorstellungsgespräch bei Epsilon

How to implement abstraction in java ?

Antwort im Vorstellungsgespräch

Anonym

23. Jän. 2023

Abstraction in Java keeps the user from viewing complex code implementations and provides the user with necessary information. We cannot instantiate the abstract class in Java directly. Instead, we can subclass the abstract class