0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (12)
  • R250 - R500 (38)
  • R500+ (711)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Object-oriented programming (OOP)

Microsoft Visual C# - An Introduction to Object-Oriented Programming (Paperback, 7th edition): Joyce Farrell Microsoft Visual C# - An Introduction to Object-Oriented Programming (Paperback, 7th edition)
Joyce Farrell
R1,301 R1,212 Discovery Miles 12 120 Save R89 (7%) Ships in 10 - 15 working days

Guide beginning programmers through the fundamentals of the C# language using its most recent features with Farrell's MICROSOFT VISUAL C# 2017: AN INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING, 7E.

Approachable examples and a clear presentation help students build a strong background in both structured and object-oriented programming concepts. Students master critical fundamental skills that easily transfer to other programming languages.

This edition incorporates the most recent versions of both C# and Visual Studio to ensure students have the latest skills necessary for professional success. Hands-on features, video lessons, new debugging exercises, programming exercises, and running case studies keep students actively engaged.

Codecharts - Roadmaps and Blueprints for Object-Oriented Programs (Hardcover): A. H. Eden Codecharts - Roadmaps and Blueprints for Object-Oriented Programs (Hardcover)
A. H. Eden
R2,549 Discovery Miles 25 490 Ships in 18 - 22 working days

NEW LANGUAGE VISUALIZES PROGRAM ABSTRACTIONS CLEARLY AND PRECISELY

Popular software modelling notations visualize implementation minutiae but fail to scale, to capture design abstractions, and to deliver effective tool support. Tailored to overcome these limitations, Codecharts can elegantly model roadmaps and blueprints for Java, C++, and C# programs of any size clearly, precisely, and at any level of abstraction. More practically, significant productivity gains for programmers using tools supporting Codecharts have been demonstrated in controlled experiments.

Hundreds of figures and examples in this book illustrate how Codecharts are used to:

Visualize the building-blocks of object-oriented design

Create bird's-eye roadmaps of large programs with minimal symbols and no clutter

Model blueprints of patterns, frameworks, and other design decisions

Be exactly sure what diagrams claim about programs and reason rigorously about them

Tools supporting Codecharts are also shown here to:

Recover design from plain Java and visualize the program's roadmap

Verify conformance to design decision with a click of a button

This classroom-tested book includes two main parts:

Practice (Part I) offers experienced programmers, software designers and software engineering students practical tools for representing and communicating object-oriented design. It demonstrates how to model programs, patterns, libraries, and frameworks using examples from JDK, Java 3D, JUnit, JDOM, Enterprise JavaBeans, and the Composite, Iterator, Factory Method, Abstract Factory, and Proxy design patterns.

Theory (Part II) offers a mathematical foundation for Codecharts to graduate students and researchers studying software design, modelling, specification, and verification. It defines a formal semantics and a "satisfies" relation for design verification, and uses them to reason about the relations between patterns and programs (e.g., "java.awt implements Composite" and "Factory Method is an abstraction of Iterator").

The Unified Process Elaboration Phase - Best Practices in Implementing the Up (Paperback): Scott Ambler The Unified Process Elaboration Phase - Best Practices in Implementing the Up (Paperback)
Scott Ambler
R1,534 Discovery Miles 15 340 Ships in 10 - 15 working days

Part of a new four-volume series presenting best practices using UP to develop object-oriented, component-based software, this book examines the second UP phase--elaboration--focusing on defining, validating, and baselining the architecture for a system. Illustrations throughout.

Object-Oriented Programming in C++ (Paperback): NM Josuttis Object-Oriented Programming in C++ (Paperback)
NM Josuttis
R2,726 Discovery Miles 27 260 Ships in 18 - 22 working days

C++ is now established as one of the leading industry programming languages for object-oriented software development. Its advantages over other languages include speed and flexibility. It is used as the base for many commercial software products and for performance solutions to complex problems. Not often taught as the primary programming language, students are frequently expected to pick up the language for themselves. This book is an ideal student self-learning guide.

As a step-by-step tutorial, this book teaches all language features and explains their practical usage. Intuitive examples are used that are neither too complex to distract, nor oversimplified. A key concept in C++ is programming with templates, which can help to program generic solutions - for example implementing polymorphism. Nicolai Josuttis teaches how to combine templates with object-oriented programming to produce the power of modern C++ development for high performance programs. It is a book that goes well beyond the basics.

A supplementary website, including source code, can be found at www.josuttis.com/cppbook

Features:

  • comprehensive, detailed, readable, practical and up-to-date

  • teaches how to get the power from C++, using the current ANSI language standard and programming mode

  • specific hints help C and Java programmers switch and compare languages.

  • website provides more examples and links to useful online resources.
Object-oriented Software for Manufacturing Systems (Hardcover): S. Adiga Object-oriented Software for Manufacturing Systems (Hardcover)
S. Adiga
R2,416 Discovery Miles 24 160 Ships in 18 - 22 working days

This work introduces the benefits of object-oriented programming and discusses how the technology can be used to improve productivity in building software systems in the manufacturing domain. It addresses a wide range of issues from languages, design principles, research examples through to industrial applications and management issues. In essence, the main objective of the book is to interpret and apply object-oriented concepts in the context of designing manufacturing systems applications. The main audience for this book consists of professionals, engineers and managers, who deal with manufacturing systems, as well as students and educators looking for new directions in building software systems to solve problems in this area. The book should also be of special interest to engineering and computer professionals who have heard the term "object-oriented" and want to learn more about it and its importance, especially in designing software for manufacturing systems. This book should be of interest to: software and manufacturing engineers in industry; software consultants; technical managers; graduate students and researchers in computer-integrated manufacturing.

Computer Science - A Structured Programming Approach in C (Paperback, 4th edition): Behrouz Forouzan Computer Science - A Structured Programming Approach in C (Paperback, 4th edition)
Behrouz Forouzan
R1,326 R1,233 Discovery Miles 12 330 Save R93 (7%) Ships in 10 - 15 working days

Ideal for a first course in the C programming language, Afyouni/Forouzan's COMPUTER SCIENCE: A STRUCTURED PROGRAMMING APPROACH IN C, 4th edition, introduces you to both computer science theory and C-language syntax using a principle-before-implementation approach. Combining a clear organizational structure with easy-to-follow figures, charts and tables, the text helps you sharpen your logic, problem-solving skills and understanding of fundamental CS concepts and software engineering through hands-on programming assignments and applications. In addition, two all-new chapters are devoted to Pointers and Recursion.

Analysis Patterns - Reusable Object Models (Paperback): Martin Fowler Analysis Patterns - Reusable Object Models (Paperback)
Martin Fowler
R1,345 Discovery Miles 13 450 Ships in 10 - 15 working days

This innovative book recognizes the need within the object-oriented community for a book that goes beyond the tools and techniques of the typical methodology book. In Analysis Patterns: Reusable Object Models, Martin Fowler focuses on the end result of object-oriented analysis and design-the models themselves. He shares with you his wealth of object modeling experience and his keen eye for identifying repeating problems and transforming them into reusable models. Analysis Patterns provides a catalogue of patterns that have emerged in a wide range of domains including trading, measurement, accounting and organizational relationships. Recognizing that conceptual patterns cannot exist in isolation, the author also presents a series of "support patterns" that discuss how to turn conceptual models into software that in turn fits into an architecture for a large information system. Included in each pattern is the reasoning behind their design, rules for when they should and should not be used, and tips for implementation. The examples presented in this book comprise a cookbook of useful models and insight into the skill of reuse that will improve analysis, modeling and implementation.

The C# Programmer's Study Guide (MCSD) - Exam: 70-483 (Paperback, 1st ed.): Ali Asad, Hamza Ali The C# Programmer's Study Guide (MCSD) - Exam: 70-483 (Paperback, 1st ed.)
Ali Asad, Hamza Ali
R1,556 R1,006 Discovery Miles 10 060 Save R550 (35%) Ships in 9 - 17 working days

Prepare for Microsoft Certification Exam 70-483: Programming in C#. The "What, Why, and How" of each concept is presented along with quick summaries, code challenges, and exam questions to review and practice key concepts. You will learn how to use: Lambda expressions to write LINQ query expressions Asynchronous programming with the Async and Await keywords to maximize performance of slow applications Regular expressions to validate user input Reflection to create and handle types at runtime and much more The source code in the book will be available in the form of iCanCSharp notebooks and scripts that allow you to try out examples and extend them in interesting ways. What You Will Learn Understand the necessary knowledge and skill set to prepare for Microsoft Exam 70-483 Study the code challenges and practice questions on C# that are relevant to the exam Master the C# programming language Who This Book Is For Experienced C# and .NET programmers and developers who are ready to take and pass the exam in order to get certified

Introduction to Programming with Visual Basic 2012, An - International Edition (Paperback, 9th edition): David Schneider Introduction to Programming with Visual Basic 2012, An - International Edition (Paperback, 9th edition)
David Schneider
R2,246 Discovery Miles 22 460 Ships in 10 - 15 working days

Schneider's "tried and true" text - consistently praised by both students and instructors - is designed for students with no prior computer programming experience. Now updated for Visual Basic 2012, Schneider focuses on teaching problem-solving skills and sustainable programming skills. A broad range of real-world examples, section-ending exercises, case studies, and programming projects gives students more hands-on experience than any other Visual Basic book on the market. NEW! This edition is available with MyProgrammingLab, an innovative online homework and assessment tool. Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming. Note: If you are purchasing the standalone text or electronic version, MyProgrammingLab does not come automatically packaged with the text. To purchase MyProgrammingLab, please visit: myprogramminglab.com or you can purchase a package of the physical text + MyProgrammingLab by searching the Pearson Higher Education web site. MyProgrammingLab is not a self-paced technology and should only be purchased when required by an instructor.

Visual Basic 2012 How to Program - International Edition (Paperback, 6th edition): Paul Deitel, Harvey Deitel, Abbey Deitel Visual Basic 2012 How to Program - International Edition (Paperback, 6th edition)
Paul Deitel, Harvey Deitel, Abbey Deitel
R2,348 Discovery Miles 23 480 Ships in 10 - 15 working days

Appropriate for all basic-to-intermediate level courses in Visual Basic 2012 programming. Created by world-renowned programming instructors Paul and Harvey Deitel, Visual Basic 2012 How to Program introduces all facets of the Visual Basic 2012 language through a hands-on approach with hundreds of working programs. This book reflects the major innovations Microsoft has incorporated in Visual Basic 2012; all discussions and sample code have been carefully audited against the newest Visual Basic language specification. The 6th Edition is updated to Visual Studio 2012 and includes new chapters on Windows 8 UI app development, Windows 8 graphics/multimedia, Windows Phone 8 app development and Windows Azure. Students begin by getting comfortable with the free Visual Basic Express 2012 IDE and basic VB syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the Deitels introduce more sophisticated techniques, including inheritance, polymorphism, exception handling, strings, GUI's, data structures, generics, and collections. Throughout, the authors show developers how to make the most of Microsoft's Visual Studio tools. A series of appendices provide essential programming reference material on various topics.

Engineering Problem Solving with C - International Edition (Paperback, 4th edition): Delores Etter Engineering Problem Solving with C - International Edition (Paperback, 4th edition)
Delores Etter
R2,478 Discovery Miles 24 780 Ships in 10 - 15 working days

This introductory-level C programming book is designed primarily for engineering students required to learn how to program. In Engineering Problem Solving with C, 4th Edition, best-selling author, Delores Etter, uses real-world engineering and scientific examples and problems throughout the text. Solutions to the problems are developed using the language C and the author's signature five-step problem solving process. Since learning any new skill requires practice at a number of different levels of difficulty, four types of exercises are presented to develop problem-solving skills - Practice! problems, Modify! problems, Short-Answer problems, and Programming problems. The author's clear and precise style creates a highly accessible and readable text for students of all levels.

Programming in C++ for Engineering and Science (Paperback): Larry Nyhoff Programming in C++ for Engineering and Science (Paperback)
Larry Nyhoff
R3,175 Discovery Miles 31 750 Ships in 10 - 15 working days

Developed from the author's many years of teaching computing courses, Programming in C++ for Engineering and Science guides students in designing programs to solve real problems encountered in engineering and scientific applications. These problems include radioactive decay, pollution indexes, digital circuits, differential equations, Internet addresses, data analysis, simulation, quality control, electrical networks, data encryption, beam deflection, and many other areas. To make it easier for novices to develop programs, the author uses an object-centered design approach that helps students identify the objects in a problem and the operations needed; develop an algorithm for processing; implement the objects, operations, and algorithm in a program; and test, correct, and revise the program. He also revisits topics in greater detail as the text progresses. By the end of the book, students will have a solid understanding of how C++ can be used to process complex objects, including how classes can be built to model objects. Web ResourceThe book's website at http://cs.calvin.edu/books/c++/engr-sci provides source code, expanded presentations, links to relevant sites, reference materials, lab exercises, and projects. For instructors, solutions to exercises and PowerPoint slides for classroom use are available upon qualifying course adoption.

Engineering Problem Solving with C++ - International Edition (Paperback, 3rd edition): Delores Etter, Jeanine Ingber Engineering Problem Solving with C++ - International Edition (Paperback, 3rd edition)
Delores Etter, Jeanine Ingber
R2,561 Discovery Miles 25 610 Ships in 10 - 15 working days

For one/two semester courses in Engineering and Computer Science at the freshman/sophomore level. This text is a clear, concise introduction to problem solving and the C++ programming language. The authors' proven five-step problem solving methodology is presented and then incorporated in every chapter of the text. Outstanding engineering and scientific applications are used throughout; all applications are centered around the theme of engineering challenges in the 21st century.

Simply Visual Basic 2010: An App-Driven Approach - International Edition (Paperback, 4th edition): Harvey Deitel, Paul Deitel,... Simply Visual Basic 2010: An App-Driven Approach - International Edition (Paperback, 4th edition)
Harvey Deitel, Paul Deitel, Abbey Deitel
R2,083 Discovery Miles 20 830 Ships in 10 - 15 working days

For introductory courses in Visual Basic Programming, offered in departments of Information Technology, Computer Science or Business. Merging the concept of a lab manual with that of a conventional textbook, the Deitels have crafted an innovative approach that enables students to learn programming while having a mentor-like book by their side. This best-seller blends the Deitel signature Live-Code Approach with their Application-Driven methodology. Students learn programming and Visual Basic by working through a set of applications. Each tutorial builds upon previously learned concepts while learning new ones. An abundance of self assessment exercises are available at the end of most chapters to reinforce key ideas. This approach makes it possible to cover a wealth of programming constructs within the Visual Basic 2010 environment. View the Deitel Buzz online to learn more about the newest publications from the Deitels.

Object-Oriented and Classical Software Engineering (Hardcover, 8th edition): Stephen Schach Object-Oriented and Classical Software Engineering (Hardcover, 8th edition)
Stephen Schach
R5,705 Discovery Miles 57 050 Ships in 18 - 22 working days

Building on seven strong editions, the eighth edition maintains the organization and approach for which "Object-Oriented and Classical Software Engineering" is known while making significant improvements and additions to content as well as problems and projects. The revisions for the eighth edition make the text easier to use in a one-semester course.

Integrating case studies to show the object oriented approach to software engineering, "Object-Oriented and Classical Software Engineering," 8/e presents an excellent introduction to software engineering fundamentals, covering both traditional and object-oriented techniques.

While maintaining a unique organization with Part I covering underlying software engineering theory, and Part II presenting the more practical life cycle, the eighth edition includes significant revision to problems, new content, as well as a new chapter to enable instructors to better-utilize the book in a one-semester course. Complementing this well-balanced approach is the straightforward, student-friendly writing style, through which difficult concepts are presented in a clear, understandable manner.

Data Structures and Algorithm Analysis in C++ (Hardcover, 4th edition): Mark Weiss Data Structures and Algorithm Analysis in C++ (Hardcover, 4th edition)
Mark Weiss
R5,012 R4,751 Discovery Miles 47 510 Save R261 (5%) Ships in 10 - 15 working days

Data Structures and Algorithm Analysis in C++ is an advanced algorithms book that bridges the gap between traditional CS2 and Algorithms Analysis courses. As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop well-constructed, maximally efficient programs using the C++ programming language. This book explains topics from binary heaps to sorting to NP-completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation. Figures and examples illustrating successive stages of algorithms contribute to Weiss' careful, rigorous and in-depth analysis of each type of algorithm.

Advances in Object-oriented Database Systems - Proceedings of the NATO Advanced Study Institute on Object Oriented Database... Advances in Object-oriented Database Systems - Proceedings of the NATO Advanced Study Institute on Object Oriented Database Systems Held in Izmir, Kusadasi, Turkey, August 6-16 1993 (Hardcover)
Asuman Dogac, Alexandros Biliris, Timos Sellis, M.Tamer Ozsu
R2,472 Discovery Miles 24 720 Ships in 10 - 15 working days

Object-oriented database management systems (OODBMS) are expected to serve advanced application domains such as engineering design, office information systems, imaging systems, and multimedia. This book, based on a NATO Advanced Research Workshop, covers all aspects of object-oriented database systems from design principles to implementation of prototypes. Topics covered include model concepts, query optimization, query languages, functional programming formalism, storage systems, transaction models, interoperability, distributed computing, rule languages, open architectures, hypermedia systems, and many others. Designers and developers will benefit from the comprehensive presentation of the various modules of such systems, while practitioners will find examples of implemented prototypes.

Understanding Object-Oriented Programming with Java - Second Updated Edition for the Open University (Paperback, 2nd updated ed... Understanding Object-Oriented Programming with Java - Second Updated Edition for the Open University (Paperback, 2nd updated ed for the Open University)
Timothy Budd
R2,022 Discovery Miles 20 220 Ships in 10 - 15 working days

This book develops the object-oriented programming skills of experienced programmers (at the Junior, Senior or above level) by showing how to use Java 2 (the latest release of Sun's Java platform), and by providing a complete understanding of the philosophy behind Java 2. It starts out covering the language-independent concepts that are at the heart of the Java world, and then moves on to introduce Java through several example programs. Following this is an in-depth discussion on inheritance and polymorphism. Finally, the book concludes with material on important features of Java that are not object-oriented.

Python Workout - 50 Essential Exercises (Paperback): Reuven Lerner Python Workout - 50 Essential Exercises (Paperback)
Reuven Lerner
R1,261 Discovery Miles 12 610 Ships in 10 - 15 working days

Python Workout presents 50 exercises designed to deepen the reader's skill with Python. Readers will not only tackle exercises using built-in data structures, but also more advanced techniques, such as functional programming, object-oriented programming, iterators, and generators. With each engaging challenge, readers will practice a new skill and learn how to apply it to everyday coding tasks. Key Features 50 hands-on exercises and solutions Basic Python sequence types Python dictionaries and sets Functional programming in Python Creating your own classes Working with Python objects Generator functions Intended for readers with basic Python skills. About the technology Python is a versatile, elegant, general purpose programming language. Essential for data analysis, web development, artificial intelligence, games, desktop apps, and more, Python skills are a hot commodity. Reuven M. Lerner, an independent consultant for more than two decades, teaches Python, data science, and Git to companies around the world. His Better developers newsletter and blog are read by thousands of Python developers each week. Reuven has written a monthly column, "At the Forge," for Linux Journal since 1996 and is a panellist on the weekly Freelancers Show podcast. Reuven lives with his wife and three children in Modi'in, Israel, and can be reached at https://lerner.co.il/ or on Twitter at @reuvenmlerner.

UML Distilled - A Brief Guide to the Standard Object Modeling Language (Paperback, 3rd edition): Martin Fowler UML Distilled - A Brief Guide to the Standard Object Modeling Language (Paperback, 3rd edition)
Martin Fowler
R1,040 R879 Discovery Miles 8 790 Save R161 (15%) Ships in 5 - 10 working days

Series: The Addison-Wesley Object Technology Series

The long-awaited third edition of the best-selling UML book on the market; fully-updated and compliant with UML 2.0. This eagerly-anticipated third edition gets students thinking about efficient object-oriented software design using the latest version of the industry-standard for modeling software: UML 2.0. The author has retained the book's convenient, concise format that has made it an essential resource in courses introducing UML. The book describes all the major UML 2.0 diagram types, what they are intended to do, and the basic notation involved in creating and deciphering them. A true treasure for the software engineering community.

Head First C (Paperback): David Griffiths Head First C (Paperback)
David Griffiths; Contributions by Dawn Griffiths
R1,382 R1,127 Discovery Miles 11 270 Save R255 (18%) Ships in 9 - 17 working days

Ever wished you could learn C from a book? "Head First C" provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming--topics typically covered on a college-level course.

This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students.

We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Data Structures & Algorithms in Java 6e International Student Version (Paperback, 6th Edition International Student Version):... Data Structures & Algorithms in Java 6e International Student Version (Paperback, 6th Edition International Student Version)
M.T. Goodrich
R1,554 Discovery Miles 15 540 Ships in 9 - 17 working days

The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.

Design Patterns Explained - A New Perspective on Object-Oriented Design (Paperback, 2nd edition): Alan Shalloway, James Trott Design Patterns Explained - A New Perspective on Object-Oriented Design (Paperback, 2nd edition)
Alan Shalloway, James Trott
R1,270 R1,187 Discovery Miles 11 870 Save R83 (7%) Ships in 10 - 15 working days

"One of the great things about the book is the way the authors explain concepts very simply using analogies rather than programming examples--this has been very inspiring for a product I'm working on: an audio-only introduction to OOP and software development."

--Bruce Eckel

.,."I would expect that readers with a basic understanding of object-oriented programming and design would find this book useful, before approaching design patterns completely. "Design Patterns Explained "complements the existing design patterns texts and may perform a very useful role, fitting between introductory texts such as UML Distilled and the more advanced patterns books."

--James Noble

Leverage the quality and productivity benefits of patterns--without the complexity! "Design Patterns Explained, Second Edition" is the field's simplest, clearest, most practical introduction to patterns. Using dozens of updated Java examples, it shows programmers and architects exactly how to use patterns to design, develop, and deliver software far more effectively.

You'll start with a complete overview of the fundamental principles of patterns, and the role of object-oriented analysis and design in contemporary software development. Then, using easy-to-understand sample code, Alan Shalloway and James Trott illuminate dozens of today's most useful patterns: their underlying concepts, advantages, tradeoffs, implementation techniques, and pitfalls to avoid. Many patterns are accompanied by UML diagrams.

Building on their best-selling First Edition, Shalloway and Trott have thoroughly updated this book to reflect new software design trends, patterns, and implementation techniques. Reflecting extensive readerfeedback, they have deepened and clarified coverage throughout, and reorganized content for even greater ease of understanding. New and revamped coverage in this edition includes Better ways to start "thinking in patterns" How design patterns can facilitate agile development using eXtreme Programming and other methods How to use commonality and variability analysis to design application architectures The key role of testing into a patterns-driven development process How to use factories to instantiate and manage objects more effectively The Object-Pool Pattern--a new pattern not identified by the "Gang of Four" New study/practice questions at the end of every chapter

Gentle yet thorough, this book assumes no patterns experience whatsoever. It's the ideal "first book" on patterns, and a perfect complement to Gamma's classic "Design Patterns," If you're a programmer or architect who wants the clearest possible understanding of design patterns--or if you've struggled to make them work for you--read this book.
(c) Copyright Pearson Education. All rights reserved.

Pharmaceutical and Medical Devices Manufacturing Computer Systems Validation (Hardcover): Orlando Lopez Pharmaceutical and Medical Devices Manufacturing Computer Systems Validation (Hardcover)
Orlando Lopez
R4,232 Discovery Miles 42 320 Ships in 10 - 15 working days

Validation of computer systems is the process that assures the formal assessment and report of quality and performance measures for all the life-cycle stages of software and system development, its implementation, qualification and acceptance, operation, modification, requalification, maintenance and retirement (PICS CSV PI 011-3). It is a process that demonstrates the compliance of computer systems functional and non-functional requirements, data integrity, regulated company procedures and safety requirements, industry standards, and applicable regulatory authority's requirements. Compliance is a state of being in adherence to application-related standards or conventions or regulations in laws and similar prescriptions. This book, which is relevant to the pharmaceutical and medical devices regulated operations, provides practical information to assist in the computer validation to production systems, while highlighting and efficiently integrating worldwide regulation into the subject. A practical approach is presented to increase efficiency and to ensure that the validation of computer systems is correctly achieved.

Microsoft Visual C# 2015 - An Introduction To Object-Oriented Programming (Paperback, 6th edition): Joyce Farrell Microsoft Visual C# 2015 - An Introduction To Object-Oriented Programming (Paperback, 6th edition)
Joyce Farrell
R1,328 R1,236 Discovery Miles 12 360 Save R92 (7%) Ships in 10 - 15 working days

Guide today's beginning programmers through the fundamentals of the C# language using its most recent features with Farrell's MICROSOFT® VISUAL C# 2015: AN INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING, 6E.

Approachable examples and a clear, straightforward presentation help students build a strong background in both structured and object-oriented programming concepts. Students master critical fundamental skills that easily transfer to other programming languages. The new edition incorporates the most recent versions of both C# and Visual Studio to ensure students have the latest skills necessary for professional success. Short "You Do It" hands-on features; Video Lessons for each chapter; and a variety of new debugging exercises, programming exercises, and running case studies keep students actively engaged in learning.

A full selection of Instructor Resources provides you with the tools to reinforce the solid programming skills your students need.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Object-oriented Design Knowledge…
Mario Piattini, Javier Garzas Hardcover R2,507 Discovery Miles 25 070
Monte Carlo Frameworks - Building…
DJ Duffy Hardcover R2,322 Discovery Miles 23 220
UML 2 Certification Guide - Fundamental…
Tim Weilkiens, Bernd Oestereich Paperback R1,260 Discovery Miles 12 600
A Theory of Objects
Martin Abadi, Luca Cardelli Hardcover R6,043 Discovery Miles 60 430
Ruby Developers Guide
Syngress Paperback R1,403 Discovery Miles 14 030
CAD & Office Integration - OLE for…
Intergraph GmbH Hardcover R1,411 Discovery Miles 14 110
Probabilistic Nodes Combination (PNC…
Dariusz Jacek Jakobczak Hardcover R4,406 Discovery Miles 44 060
Object-Oriented Analysis and Design for…
Raul Sidnei Wazlawick Paperback R1,120 Discovery Miles 11 200
Agile Scrum Implementation and Its…
Kenneth R Walsh, Sathiadev Mahesh, … Hardcover R5,994 Discovery Miles 59 940
Python For Beginners - Learn Python In 5…
James Tudor Hardcover R667 Discovery Miles 6 670

 

Partners