Join Books.org — it's free

Object-Oriented Programming, Pascal (Programming Language)
Object-oriented programming in Pascal by D. Brookshire Connor β€” book cover

Object-oriented programming in Pascal

by Higuidula, David, Niguidula, Conner, D. Brookshire
Write a review
Log in to track your reading progress.

Overview

Rather than taking the more traditional procedural approach, the authors take an object-oriented approach to teach introductory programming concepts. In the first six chapters, this text teaches all of the primary object-oriented concepts, including virtual methods and polymorphism. Focusing on how one uses objects well, Connor, Niguidula, and van Dam concentrate on building programs from a library of objects. The authors' goal is to help students get off on the right foot when programming. Even at this introductory level, the authors encourage students to think about programming in the long term, rather than to build something for just one assignment. The text encourages re-use of objects, and thoroughly covers the development of classes and methods. Also, the text introduces the concepts of messages sent from one object to another and encourages students to consider the communication paths among instances in their program design. Finally, the authors use an object-oriented approach to standard introductory concepts of data structures and algorithms in the last chapters.

Rather than taking the more traditional "procedural" approach, the authors take an object-oriented approach from the start to teach introductory programming concepts. Focusing on effective use of objects, they concentrate on building programs from an object library, reusing the objects, and developing classes and methods.

Reviews

There are no reviews yet. Log in to write one.

Editorials

Booknews

Rather than forcing beginning students to learn and then unlearn procedural programming, this book introduces object-oriented programming from the start. Students learn the fundamental elements of object-oriented design while using Borland Pascal for Windows, plus a graphics object library written for this text available online, to create programs. The book overviews concepts of computer science such as stacks, queues, and trees, and covers object re-use, inheritance, virtual methods, and polymorphism. Includes exercises. Annotation c. Book News, Inc., Portland, OR booknews.com

Book Details

Published
June 8, 1995
Publisher
Reading, Mass. : Addison-Wesley Pub. Co., c1995.
Pages
616
Format
Paperback
ISBN
9780201628838

Similar books