CH 06-1
CH 06-1
Academic 2024
2024
Class:
Class: BCS16
BCS16
Chapter
06
Java Methods: A Deeper Look
Java How to Program,
11/e
Abdulaziz Yasin Nageye
Faculty of Computing
© Copyright 2024 by SIMAD University 2
Best way to develop and maintain a large program is to
construct it from small, simple pieces, or modules. This
technique is called divide and conquer.
Methods, which we introduced in Chapter 3, help you
classes.
Some key Java API packages that we use in this book