Home   FAQs   New Arrivals   Specials   Pricing & Shipping   Location   Corporate Services  
 Search:   
 View Cart   Check Out   
 
Browse by Subject
I.T
 .NET 3.5
 Windows 2000/XP
 Cisco
 Java
 Office XP
 VB
 ASP
 UML
 Web Design
 E-Commerce
 Project Management
 Macintosh
 Linux
 Windows Server 2008
 Sharepoint 2007
Certification
 MCITP
 MCTS
Economics and Business
 Accounting
 Business Information Systems
 Economics
 Finance
 Management
 Marketing
 Human Resources
 OneKey Textbooks

An Object-Oriented Approach to Programming Logic and Design, Second Edition

by: Joyce Farrell

Notify me when in stock

On-line Price: $77.95 (includes GST)

Paperback package 440

20%Off Retail Price

You save: $20.00

Usually ships within approx. 1 week. ETAs can change, but we will notify you if a delay or price increase is expected.

Retail Price: $97.95

Publisher: COURSE TECHNOLOGY,20.12.07

Category: OBJECT-ORIENTED PROGRAMMING Level:

ISBN: 1423901843
ISBN13: 9781423901846

Add to Shopping Cart

An Object-Oriented Approach to Programming Logic and Design, Second Edition is a language-independent introduction to programming logic using object-oriented principles. It introduces programming concepts and enforces good style and logical thinking. Joyce Farrell is well-known for her Programming Logic and Design book, which takes a procedural approach to programming. An Object-Oriented Approach to Programming Logic and Design, Second Edition offers similar topical coverage and pedagogy, but it introduces the user to the world of object-oriented programming. Designed for a first course in programming, no programming experience is required and the text does not focus on any particular language.

Can be used alone in a logic course or as a companion to a programming language text in an introductory language course
Introduces classes, objects, behaviors, and attributes very early on and includes chapters on other object-oriented topics such as inheritance and exception handling
Provides a complete class example in most chapters to demonstrate the application of topics learned
Chapters end with a Summary, Key Terms, Review Questions, Exercises, and a Case Project involving a hypothetical business
Translates easily to modern languages such as C#, C++, Java, and Visual Basic

1 An Overview of Computers and Logic
2 Understanding Structure
3 Making Decisions
4 Looping
5 Arrays
6 Using Methods
7 Object-Oriented Programming Concepts - Classes and Objects
8 Event-Driven Programming With Graphical User Interfaces
9 Object Concepts: Polymorphism and Inheritance
10 Exception Handling
11 System Modeling With the UML
12 Advanced Array Concepts