Data Structures and Abstractions with Java™
5th Edition
Prelude
Designing
Classes
Copyright © 2019, 2015, 2012 Pearson Education, Inc. All Rights Reserved
,Object Oriented Programming
• Encapsulation
• Inheritance
• Polymorphism
Copyright © 2019, 2015, 2012 Pearson Education, Inc. All Rights Reserved
, Encapsulation
• Information hiding
• Enclose data and methods within a class
• Hide implementation details
• Programmer receives only enough information to be able
to use the class
Copyright © 2019, 2015, 2012 Pearson Education, Inc. All Rights Reserved
5th Edition
Prelude
Designing
Classes
Copyright © 2019, 2015, 2012 Pearson Education, Inc. All Rights Reserved
,Object Oriented Programming
• Encapsulation
• Inheritance
• Polymorphism
Copyright © 2019, 2015, 2012 Pearson Education, Inc. All Rights Reserved
, Encapsulation
• Information hiding
• Enclose data and methods within a class
• Hide implementation details
• Programmer receives only enough information to be able
to use the class
Copyright © 2019, 2015, 2012 Pearson Education, Inc. All Rights Reserved