L4 Abstraction
L4 Abstraction
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Abstraction in Java
But, not all of the above information is required to create
a banking application.
So, you need to select only the useful information for your
banking application from that pool. Data like name,
address, tax information, etc. make sense for a banking
application which is an Abstraction example in OOPs
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Encapsulation means
Data Abstraction in Java allows hiding the internal details
focussing on what the or mechanics of how an
information object must contain object does something for
security reasons.
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Advantages of Abstraction
The main benefit of using an Abstraction in
Programming is that it allows you to group several
related classes as siblings.
Abstraction in Object Oriented Programming helps
to reduce the complexity of the design and
implementation process of software.
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma
L4 : What is Abstraction in OOP?
Dr Bharti Sharma