Skip to content

Data Structures Outside in with Java

Best in textbook rentals since 2012!

ISBN-10: 0131986198

ISBN-13: 9780131986190

Edition: 2007

Authors: Sesh Venugopal

List price: $134.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This innovative new book encourages readers to utilize the ldquo;Outside-Inrdquo; approach to learning the use, design and implementation of data structures. The author introduces every data structure by first narrating its properties and use in applications (the "outside" view).nbsp; This provides a clear introduction to data structures with realistic context where it is used. Venugopal then details how to build data structures (the "inside" view); readers learn how to evaluate usability, flexibility, extensibility, and performance in designing and implementing classic data structures.
Customers also bought

Book details

List price: $134.99
Copyright year: 2007
Publisher: Pearson Education
Publication date: 11/10/2006
Binding: Paperback
Pages: 512
Size: 7.00" wide x 9.10" long x 1.10" tall
Weight: 1.540
Language: English

Preface
Object-Oriented Programming in Java
Objects and Encapsulation
Objects
Lifetime, State and Messages
Clients of an Object
Separation of Interface from Implementation
Classes
State and Behavior
Method Overloading
Object Creation, Constructors, Garbage Collection
Method Invocation
Static Fields and Methods
Object References
Inheritance
Superclass and Subclass
Inherited and Specialized Fields
Constructors
Object Creation
Inherited and Specialized Methods
Method Overriding
The Object Class
The equals Method
The toString Method
The clone Method
Exceptions
Interpreting an exception message
Homegrown error handling
Throwing an exception
Catching an exception
Exception class
Input and Output
Terminal-driven IO
File-based IO
String tokenizing
Writing an exception class
Class Packages
Java packages