0% found this document useful (0 votes)
53 views

Abstraction: Etl Labs PVT LTD - Java Programming

Abstraction allows hiding unnecessary details and exposing only essential information to users. It can be achieved through abstract classes or interfaces. The abstract keyword is used for classes and methods and is a non-access modifier that allows for abstraction.

Uploaded by

ETL LABS
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Abstraction: Etl Labs PVT LTD - Java Programming

Abstraction allows hiding unnecessary details and exposing only essential information to users. It can be achieved through abstract classes or interfaces. The abstract keyword is used for classes and methods and is a non-access modifier that allows for abstraction.

Uploaded by

ETL LABS
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Abstraction

ETL LABS PVT LTD – JAVA PROGRAMMING 165


Abstract Classes and
Methods

Data abstraction is the process of hiding


certain details and showing only
essential information to the user.
3
Abstraction can be achieved with either
abstract classes or interfaces (which you
will learn more about in the next
chapter).

The abstract keyword is a non-access


modifier, used for classes and methods.

ETL LABS PVT LTD – JAVA PROGRAMMING 166

You might also like