Filtruj wg
Filtruj według

Data wydania

1971 rok - 2024 rok

Autor

Dostępność

Cena

0,00 zł - 20 627,00 zł

Czas dostawy

2 dni - 30 dni

Wydawnictwo

Programowanie zorientowane na obiekt

Filtruj wg

Core Java Se 9 for the Impatient

Autor: Cay Horstmann
Data wydania: 2017
Readers familiar with Horstmann's  original, two-volume “Core Java” books who are looking for a comprehensive, but condensed guide to all of the new features and functions of Java SE 9 will learn how these new features impact the language and core libraries. Instead of the meticulous detail that the much larger two-volume set provides, this condensed treatment focuses on practical examples and is presented in bite-sized chunks.   As with Java 8, Modern Java idioms are no longer required and there is a much faster, easier pathway for learning Java. Horstmann quickly cuts to the chase without lecturing about the superiority of one paradigm over another or rehashing Java history. Given the size of the Java language and the scope of the new features
193,00 zł
  • Nowy

Core Java: Advanced Features Volume II

Autor: Cay Horstmann
Data wydania: 2017
Core Java® has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java®, Volume II—Advanced Features, Tenth Edition, has been extensively updated to reflect the most eagerly awaited and innovative version of Java in years: Java SE 8. Rewritten and reorganized to illuminate powerful new Java features, idioms, and best practices for enterprise and desktop development, it contains hundreds of up-to-date example programs—all carefully crafted for easy understanding and practical applicability.   Writing for serious programmers solving real-world problems, Cay Horstmann deepens your understanding of today’s Java language and library. In
245,00 zł
  • Nowy

Intro to Java Programming, Comprehensive Version, Global Edition

Autor: Daniel Liang
Data wydania: 2015
This text is intended for a 1-, 2-, or 3-semester CS1 course sequence.Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented, GUI programming, advanced GUI and Web programming using Java.Teaching and Learning ExperienceTo provide a better teaching and learning experience, for both instructors and students, this program offers:Fundamentals-First Approach : Basic programming concepts are introduced on control statements, loops, functions, and arrays before object-oriented programming is discussed.Problem-Driven Motivation : The examples and exercises throughout the book emphasize problem
307,00 zł
  • Nowy

Object-Oriented Approach to Programming Logic and Design

Autor: Joyce Farrell
Data wydania: 2010
An Object-Oriented Approach to Programming Logic and Design, 3e, International Edition provides the beginning programmer with a guide to developing object-oriented program logic. This textbook assumes no programming language experience. The writing is nontechnical and emphasizes good programming practices. The examples are business examples; they do not assume mathematical background beyond high school business math. Additionally, the examples illustrate one or two major points; they do not contain so many features that students become lost following irrelevant and extraneous details.
273,00 zł
  • Nowy

Effective CNo. (Covers CNo. 6.0), (Includes Content Update Program)

Autor: Bill Wagner
Data wydania: 2017
In Effective C#, Third Edition, respected .NET expert Bill Wagner identifies 50 ways to harness the full power of the C# 6.0 language to write exceptionally robust, efficient, and well-performing code. Reflecting the growing sophistication of the C# language and its development community, Wagner has identified dozens of new ways to write better code. This edition’s new solutions include some that take advantage of generics and several that are more focused on LINQ, as well as a full chapter of advanced best practices for working with exceptions. Wagner’s clear, practical explanations, expert tips, and realistic code examples have made Effective C# indispensable to hundreds of thousands of developers. Drawing on his unsurpassed C# experience, he addresses everything
184,00 zł
  • Nowy

Introduction to Object-Oriented Programming

Autor: Timothy Budd
Data wydania: 2001
In An Introduction to Object-Oriented Programming, Timothy Budd provides a language-independent presentation of object-oriented principles, such as objects, methods, inheritance (including multiple inheritance) and polymorphism. Examples are drawn from several different languages, including (among others) C++, C#, Java, CLOS, Delphi, Eiffel, Objective-C and Smalltalk. By examining many languages, the reader is better able to appreciate the general principles that lie beyond the syntax of the individual languages.
649,01 zł
  • Nowy

Java in 24 Hours, Sams Teach Yourself (Covering Java 9)

Autor: Rogers Cadenhead
Data wydania: 2017
Computer programming with Java is easier than it looks. In just 24 lessons of one hour or less, you can learn to write computer programs in Java.   Using a straightforward, step-by-step approach, popular author Rogers Cadenhead helps you master the skills and technology you need to create desktop and web programs, web services, an Android app, and even Minecraft mods in Java.   Each lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success.   Full-color figures and clear step-by-step instructions visually show you how to program with Java.   Quizzes and Exercises at the end of each chapter help you test your knowledge.   Notes, Tips, and Cautions provide related information, advice, and
144,00 zł
  • Nowy

Object-Oriented Design with UML & Java

Autor: John Savage
John Savage
Kenneth Barclay
Kenneth Barclay
Data wydania: 2003
Object-Oriented Design with UML and Java provides an integrated introduction to object-oriented design with the Unified Modelling Language (UML) and the Java programming language. The book demonstrates how Java applications, no matter how small, can benefit from some design during their construction. Fully road-tested by students on the authors' own courses, the book shows how these complementary technologies can be used effectively to create quality software. It requires no prior knowledge of object orientation, though readers must have some experience of Java or other high level programming language. This book covers object technology; object-oriented analysis and design; and implementation of objects with Java. It includes two case studies dealing with library
142,00 zł
  • Nowy

Object-Oriented Programming with ActionScript 2.0

Autor: James Talbot
Jeff Tapper
Robin Haffner
Data wydania: 2004
Master the principles of object-oriented programming as it is used with the most recent version of ActionScripting. This book is designed to provide readers with an understanding of object-oriented programming, ActionScript 2.0, and the interaction of the two. Section 1 begins with an introduction to ActionScript 2.0 and the specifics of building classes in AS2. Other topics of discussion include adding properties and methods to classes, inheritance, interfaces, inter-object communications, the details and implications of object-oriented design as a process, and working with and building components. Section 2 investigates the server side of applications. In the new Rich Internet Application paradigm, Flash MX 2004 is used as the user interface to an Internet based
188,00 zł
  • Nowy

Starting Out with Games and Graphics in C++

Autor: Tony Gaddis
Data wydania: 2009
Tony Gaddis's accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the "how" and the "why"-but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that readers understand the logic behind developing high-quality programs. In Starting Out with Games and Graphics in C++, Gaddis covers the essentials of programming for a novice using the C++ language. Like all Gaddis books, it covers each and every step. Throughout the book, programming
318,15 zł
  • Nowy