Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Design Patterns with Java

You're reading from   Hands-On Design Patterns with Java Learn design patterns that enable the building of large-scale software architectures

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781789809770
Length 360 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Dr. Edward Lavieri Jr. Dr. Edward Lavieri Jr.
Author Profile Icon Dr. Edward Lavieri Jr.
Dr. Edward Lavieri Jr.
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Section 1: Introducing Design Patterns
2. Unified Modeling Language Primer FREE CHAPTER 3. Object-Oriented Design Patterns 4. Section 2: Original Design Patterns
5. Behavioral Design Patterns 6. Creational Design Patterns 7. Structural Design Patterns 8. Section 3: New Design Patterns
9. Architectural Patterns - Part I 10. Architectural Patterns - Part II 11. Functional Design Patterns 12. Reactive Design Patterns 13. Assessments 14. Other Books You May Enjoy

Object-oriented programming approaches

OOP represents an efficient way to develop portable and secure code. The key to implementing OOP in our applications includes several approaches to include the following:

  • Accessors and mutators
  • Driver class
  • Constructors
  • Overloading constructors and methods
  • Method call chaining

Each of these approaches is covered in the sections that follow.

Accessors and mutators

Accessor methods are those that allow an object's data to be accessed. These methods can get the data, but not change it. This is a great way to protect the data from being changed. Accessor methods are also referred to as Getters methods.

Mutator methods, also known as setter methods, allow the object's instance...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime