![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer programming > Object-oriented programming (OOP)
"Computer Science Applications: Object Oriented Programming "is a
comprehensive anthology of reference articles for first and second
semester Computer Science courses. These articles, drawn from a
wide variety of sources and experiences, include detailed
discussions, explanations and examples that deliver an engaging
learning experience for students. Using high-level concepts, rather
than simply focusing on the syntax of Java, this text delivers a
complete and in-depth coverage of all the essential topics
typically found in the CS1 and CS2 syllabi."Computer Science
Applications" is divided into seven sections, each prefaced by an
overview of the topic: Joslyn A. Smith graduated from The Mico Teachers' College, Jamaica, in 1973. He furthered his studies at Central Connecticut State University, USA, where he earned his BS and MS degrees in Mathematics in 1983. He also earned an MS degree in Computer Science from the University of New Brunswick, Canada in 1994. Mr. Smith then joined the staff at the University of the West Indies, Jamaica where he lectured in Computer Science for 14 years. He currently teaches Computer Science at Florida International University (FIU).
A comprehensive introduction to programming in C++ Suitable for students new to programming and those familiar with some other programming language Step-by-step approach with detailed explanation of programming examples Each chapter contains example programs a quick syntax reference common programming pitfalls end-of-chapter exercises The book is accompanied by a web site containing the example programs, solutions to selected exercises, frequently asked questions and links to other useful resources.
An Object Factory Framework that allows you to build websites in an agile, scalable, robust methodology. Never write the same HTML code twice. Re-use code without re-testing it. The Object Factory Framework is specifically designed to build eCommerce websites. The book includes a real world example of how to build eCommerce websites from beginning to end. Download the Object Factory Framework using the link at the end of the book. The Object Factory Framework includes; Registration Form Logon Form Contact Form Credit Card Payment Processing Forms Shopping Cart File Uploader Image Uploader Navigation Builders (including support for pure CSS menus) Graphics Generator Email Sender Input Validator Media Player And many more... All forms are self validating and can be plugged into any page with 3 lines of code. Many perform their own function. For instance, the Contact form will actually send an email to any designated email address without you having to make any changes to the code. The Object Factory Framework has been used to build more than 5 eCommerce sites at the time of writting and is error free.
This book is an illustrative how-to guide with many screenshots and examples that helps you to create simple to complex tests and assess them using Moodle. It covers effective usage of tools available in Moodle and offers some Moodle options that you may not have tried yet. It will guide you from the basic philosophy of online testing to creating skill-based assessments in Moodle. If you are a tutor or Moodle Administrator who is responsible for developing and evaluating an online test using Moodle, then this book is for you. This book assumes that you have already successfully installed and set up a Moodle site for teaching.
Part of Packt's Beginner's Guide series, each chapter follows the creation of a fictional neighbourhood site to demonstrate an aspect of Liferay portal with practical examples, screenshots, and step-by-step instructions. All you need in order to benefit from the Liferay Beginner's Guide is programming experience. No prior knowledge of Liferay is required, although experienced Liferay portal programmers who need to get up to speed with its latest features will also find this book useful.
This book deals with how to do 3D DirectX graphics simulation programming in C#. The main goal of this book is to teach students how to do 3D simulation program coding quickly and easily.
In this book, industry veteran and Apache open source author, Jonathan Locke, discusses what he has learned over the years about the process of coding. He relates new ideas and methods that you can use to discover and refine your own best coding process.
Learning to program is one of the most rewarding experiences you can have in the world of computers Instead of just using programs written by others, you can start to write your own programs. Many people realize that the easiest way to learn is by seeing and doing. Introduction to C# takes this easy to follow approach, with lots of opportunity to practice, plenty of pictures to verify your work, easy to follow explanations, and plenty of sample code to examine. In no time at all, you can start writing simple programs of your own design, using one of the most vibrant and popular languages of today, C#. To save you time, all of the code presented in the book (both in the chapters and for the challenges), can be downloaded from the Joes2Pros website
This is a self-paced, professional book that shows how to use Visual Studio 2010, C# 2010, and the .NET 4 classes to develop Windows Forms applications. It is an object-oriented book that shows how to use business classes, inheritance, and interfaces the way they are used in the real world. It's a database programming book that shows how to prototype professional database applications using RAD features like data sources, as well as how to start using ADO.NET to work directly with databases for more control. And it is a book that shows you how to take advantage of 2010 features like optional parameters, named arguments, and code stubs, along with earlier features like object initialisers and LINQ. When you are done, you will be able to develop three-tiered, object-oriented applications the way the best professionals do. That is why we say: No other book teaches you so much, so fast, or so thoroughly.
Once you've learned the fundamentals of Java, understanding Design Patterns is essential in being able to write clear, concise and effective code. This book gives you a step-by-step guide to object-oriented development, using tried and trusted techniques. The examples have been deliberately kept simple, enabling you to concentrate on understanding the concepts and application of each pattern. The examples have also been designed around a common theme, making it easier for you to see how they relate to each other and more importantly how you can adapt them to your applications. While the book assumes a basic knowledge of Java you certainly don't need to be a guru. This book is perfect for the programmer who wishes to take their skills up to the next level, so you can feel confident about using Java in real-world applications. Coverage includes all 23 of the patterns described in the "Gang of Four" work, plus additional useful patterns including Model-View-Controller, and simple UML diagrams.
The book begins with the very foundations of OOP and then uses practical examples to show how to correctly implement Object Oriented Programming in Python. Many examples are taken from real-world projects. The book focuses on high-level design as well as the gritty details of the Python syntax. The provided exercises inspire the reader to think about his or her own code, rather than providing solved problems. If you're new to Object Oriented Programming techniques, or if you have basic Python skills and wish to learn in depth how and when to correctly apply Object Oriented Programming in Python, this is the book for you. If you are an object-oriented programmer for other languages, you too will find this book a useful introduction to Python, as it uses terminology you are already familiar with. Python 2 programmers seeking a leg up in the new world of Python 3 will also find the book beneficial, and you need not necessarily know Python 2.
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. The Most Comprehensive C# Resource Available With its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included. Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource. Coverage includes: Data types and operators Control statements Classes and objects Constructors, destructors, and methods Interfaces, arrays, enumerations, and structures Method and operator overloading Inheritance and virtual methods Reflection and runtime type ID Exception handling Delegates, properties, events, and indexers Attributes Multithreading Generics LINQ (Language-Integrated Query) Lambda expressions Anonymous types Extension methods Implicitly typed variables I/O, networking, and collections The preprocessor and much, much more
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Your Ultimate "How-To" Guide to C++ Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your C++ programming appetite! Topics include: String Handling * Standard Template Library (STL) Containers * Algorithms * Function Objects * Binders * Negators * Adaptors * Iterators * I/O * Formatting Data Learn how to: Tokenize a null-terminated string Create a search and replace function for strings Implement subtraction for string objects Use the vector, deque, and list sequence containers Use the container adaptors stack, queue, and priority_queue Use the map, multimap, set, and multiset associative containers Reverse, rotate, and shuffle a sequence Create a function object Use binders, negators, and iterator adapters Read and write files Use stream iterators to handle file I/O Use exceptions to handle I/O errors Create custom inserters and extractors Format date, time, and numeric data Use facets and the localization library Overload the [ ], ( ), and -> operators Create an explicit constructor And much, much more
C++ Data Structures: A Laboratory Course Exemplifies The Active Learning Experience. With A Dynamic Learn-By-Doing Focus, This Laboratory Manual Encourages Students To Explore Data Structures By Implementing Them, A Process Through Which Students Discover How Data Structures Work And How They Can Be Applied. Providing A Framework That Offers Feedback And Support, This Text Challenges Students To Exercise Their Creativity In Both Programming And Analysis. Topics Covered Include: Text ADT, Blogentry ADT, Stack ADT, Heap ADT, Weighted Graph ADT, And Much More!
The popular Unified Modeling Language (UML) is both a language and
notation developed by the Object Management Group (OMG) used to
design and create specifications for software systems. With the
recent release of version 2.0 UML, the OMG has started the
OMG-Certified UML Professional Program to provide an objective
measure of UML knowledge. As a certified UML professional a
developer has an important credential to present to employers and
clients. Certification also benefits companies looking for skilled
UML practitioners by giving them a basis for making hiring and
promotion decisions.
"Agile Software Development is a highly stimulating and rich book. The author has a deep background and gives us a tour de force of the emerging agile methods." -Tom Gilb The agile model of software development has taken the world by storm. Now, in "Agile Software Development, Second Edition," one of agile's leading pioneers updates his Jolt Productivity award-winning book to reflect all that's been learned about agile development since its original introduction. Alistair Cockburn begins by updating his powerful model of software development as a "cooperative game of invention and communication." Among the new ideas he introduces: harnessing competition without damaging collaboration; learning lessons from lean manufacturing; and balancing strategies for communication. Cockburn also explains how the cooperative game is played in business and on engineering projects, not just software development Next, he systematically illuminates the agile model, shows how it has evolved, and answers the questions developers and project managers ask most often, including - Where does agile development fit in our organization? - How do we blend agile ideas with other ideas? - How do we extend agile ideas more broadly? Cockburn takes on crucial misconceptions that cause agile projects to fail. For example, you'll learn why encoding project management strategies into fixed processes can lead to ineffective strategy decisions and costly mistakes. You'll also find a thoughtful discussion of the controversial relationship between agile methods and user experience design. Cockburn turns to the practical challenges of constructing agile methodologies for your own teams. You'll learn how to tune andcontinuously reinvent your methodologies, and how to manage incomplete communication. This edition contains important new contributions on these and other topics: - Agile and CMMI - Introducing agile from the top down - Revisiting "custom contracts" - Creating change with "stickers" In addition, Cockburn updates his discussion of the Crystal methodologies, which utilize his "cooperative game" as their central metaphor. If you're new to agile development, this book will help you succeed the first time out. If you've used agile methods before, Cockburn's techniques will make you even more effective.
Up until a few years ago there were many different modelling languages available to software developers. However, this vast array of choice only served to hinder communication and as a result the Unified Modelling Language (UML) was born. Although the UML has its roots firmly in the software world, the benefits of adopting a standard visual notation have been recognised in many other fields, not least of which is the field of systems engineering. This book concentrates on systems-based applications, rather than the traditional software applications that are more usually associated with the UML. Now fully updated to reflect the changes to UML for its version 2.0 release, this new edition has been substantially re-written and includes new material on systems architectures and life cycle management.
The book is uniquely practical. A richly textured case study is used throughout the book. Although some aspects of the Airport Passenger Services business process are simplified for sake of clarity and efficiency, it provides a comprehensive practical grounding for theoretical UML knowledge. The case study itself was developed in partnership with employees of Zurich Airport. The book was written for business analysts, technical architects and developers. It does not require detailed programming knowledge, nor is prior experience of UML mandatory. It shows how, with UML, simple models of business processes and specification models can be created and read with little effort.
The authors' focus in this book is to deliver software engineering knowledge and skills that readers can put into immediate practical use. The book provides the essential topic coverage required by students of software engineering, from the nuts and bolts of objects to software architecture, from writing code to testing, from software development processes to project management. Working through nine contemporary themes in Software Engineering, students are given an awareness of key issues from understanding the customer and user, evaluating alternative requirements and design, to developing quantitative and logical thinking and effective communication.The book is designed to be used primarily in second-year software engineering courses, but is also widely use in its first edition as an introductory software engineering text at all levels. It will also be valuable to programming practitioners who want to develop a better understanding of modern software engineering.
|
![]() ![]() You may like...
Die Kaapse Slawe - 'n Kultuurhistoriese…
Eunice Bauermeester
Hardcover
![]() R770 Discovery Miles 7 700
Cost Analysis and Estimating - Tools and…
Willis R Jr Greer, Daniel A Nussbaum
Hardcover
R1,562
Discovery Miles 15 620
|