Paperback. Condition: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.6.
Condition: good. This book is in good condition. The cover has minor creases or bends. The binding is tight and pages are intact. Some pages may have writing or highlighting.
US$ 30.94
Convert currencyQuantity: Over 20 available
Add to basketpaperback. Condition: Good. Ships in a BOX from Central Missouri! May not include working access code. Will not include dust jacket. Has used sticker(s) and some writing or highlighting. UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
US$ 37.83
Convert currencyQuantity: Over 20 available
Add to basketpaperback. Condition: Good. Ships in a BOX from Central Missouri! May not include working access code. Will not include dust jacket. Has used sticker(s) and some writing or highlighting. UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
paperback. Condition: New. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
paperback. Condition: Like New. Ships in a BOX from Central Missouri! Like Brand NEW. No tears, highlighting or writing because it's never been used! May have minor shelf wear. UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
paperback. Condition: New. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
US$ 72.63
Convert currencyQuantity: Over 20 available
Add to basketCondition: good. May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
US$ 77.35
Convert currencyQuantity: Over 20 available
Add to basketCondition: good. May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 85.48
Convert currencyQuantity: Over 20 available
Add to basketCondition: good. May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
Condition: As New. Unread book in perfect condition.
Condition: New.
Condition: New. SUPER FAST SHIPPING.
US$ 102.43
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Condition: New.
Condition: New. SUPER FAST SHIPPING.
Condition: As New. Unread book in perfect condition.
US$ 117.43
Convert currencyQuantity: Over 20 available
Add to basketCondition: good. May show signs of wear, highlighting, writing, and previous use. This item may be a former library book with typical markings. No guarantee on products that contain supplements Your satisfaction is 100% guaranteed. Twenty-five year bookseller with shipments to over fifty million happy customers.
US$ 119.28
Convert currencyQuantity: 2 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 121.86
Convert currencyQuantity: 2 available
Add to basketCondition: New.
US$ 128.77
Convert currencyQuantity: 2 available
Add to basketCondition: New.
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 136.16
Convert currencyQuantity: 2 available
Add to basketCondition: As New. Unread book in perfect condition.
Seller: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Ireland
US$ 149.79
Convert currencyQuantity: 2 available
Add to basketCondition: New.
Condition: New.
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
US$ 121.88
Convert currencyQuantity: 15 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
US$ 128.78
Convert currencyQuantity: 15 available
Add to basketPAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
US$ 147.98
Convert currencyQuantity: Over 20 available
Add to basketPaperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 703.
Seller: AHA-BUCH GmbH, Einbeck, Germany
US$ 174.11
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - PrefaceThis book is a second in programming, using the Object Oriented paradigm. It provides an in depth and extensive coverage in programming techniques to a variety of problems. The material is more detailed than the previous course, and is supported with larger programs.Concepts Covered¿ Program Design Principles - Cohesion & Coupling¿ Inheritance & Polymorphism¿ Exception and Exception Handling¿ Files and Streams¿ Elementary Data Structure¿ Graphical User InterfacePre-requisite¿ Knowledge of constructing a class¿ Understand data types¿ Knowledge of arithmetic, relational and logical expressions¿ Knowledge of program control - sequence, selection, and iteration¿ Knowledge of one and two dimensional arrays¿ Searching and sorting.OverviewChapter 1 - Object Oriented Software DesignIn this chapter you will learn the principles of OOD using cohesion and coupling. You will learn about class relationship diagrams; how they are used to model solutions.Chapter 2 - Inheritance and PolymorphismIn this chapter you will learn the concept of inheritance and polymorphism which are fundamental to Object Oriented Programming (OOP).Chapter 3- Exception and Exception HandlingIn this chapter you will learn about exception, how it can cause a program to terminate abnormally, and how you can write codes to prevent this from happening.Chapter 4 Files and StreamsIn this chapter you learn to read and write text files as well as image files. You learn about serial access files as well as random access filesChapter 5 RecursionIn this chapter you will learn about a type of programming technique that causes, not only a statement or a block of statements to be executed repeatedly, but also an entire method calling itself repeatedly.Chapter 6 - An Introduction to Data StructureIn this chapter you will learn about data structure - particular ways of organizing and storing data for efficient retrieved and manipulation in terms of processing time and hardware resources. In this chapter you learn about the Java Collections Framework that contains classes for this purpose.Chapter 7 - Specialized Lists - Stack ¿ Queue ¿ LinkedList ¿ HashMapIn this chapter you will learn about four specialized data structures - Stack, Queue, LinkedList, and HashMap.Chapter 8 - Introduction to Graphical User Interface (GUI)GUI - a type of program that allows the user to interact with the computer via graphical symbols such as buttons and menus. In this chapter you will learn how to write such programs.Chapter 9 - Events and Event HandlingThe programs we have written so far, called widow base programs, were designed to run sequentially, as coded; hence the next statement to be executed is predictable. With GUI programs, they allow the user to interact with the computer; hence the next statement to be executed is not predictable. In this chapter we will learn how to develop such programs.Chapter 10 - GraphicsAll of the programs that we have written so far are text base programs. In this chapter you learn how to free hand draw onto component, or make static figures onto components.