Chapter 12: Passing and returning objects
Since the only way you talk to objects in Java is through “handles,” the concepts of
passing an object into a function and returning an object from a function have
some interesting consequences. This chapter explains what you need to know to
manage objects when you’re moving in and out of functions, and also shows the
String class, which uses a different approach to the problem.
Wednesday, July 23, 2008
Chapter 12: Passing and returning objects
Labels: Chapters in Java
Posted by Ganesh Kumar Devarasetty at 11:44 AM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment