|
An Object-Orientated Approach to Programming Logic and Design 2nd Edition
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 (now entering its Fifth Edition),
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.
CONTENTS:
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
|