OOP - Learn Object Oriented Thinking and Programming



Download free course OOP - Learn Object Oriented Thinking and Programming, pdf file on 527 pages by Rudolf Pecinovský.
You can find a whole range of programming textbooks intended for complete beginners. However, this one is exceptional to certain extent. The whole textbook is designed as a record of the dialogue of the author with his daughter who wants to learn programming. The author endeavors not to explain the Java programming language to the readers, but to teach them real programming. To teach them how to think and design the program as the experienced programmers do. Entire matter is explained in a very illustrative way which means even a current secondary school student can understand it quite simply.

The book comes out of the author's long-term experience with teaching children, university students as well as professional programmers. The author teaches programming according to the Architecture First methodology which reacts at the companies' complaints that the school graduates are usually good in coding, but bad in software architecture. Coding itself is gradually taken over by various code-generators, but the work of the architect will stay irreplaceable for a long time. The author pursues the pedagogical principle saying that those items considered as the most important should be presented as soon as possible. Therefore he leads the readers to apply the proper design of the architecture of the created program and to avoid common mistakes since the very beginning.

For designing the programs, the development environment BlueJ is used, which is proposed specially for the beginners and which enables explaining, demonstrating and programming a number of basic architectonic constructs without leaving the architectonic level and degrading to the code level. The book is divided into three parts. The first one deals with the explanation of basic constructs of the object oriented programming and all proposed programs are created by the code-generator incorporated in BlueJ. The second part repeats the explained constructs and the readers can learn how to code the proposed program similarly as was done by the generator in the first part. The third part presents constructs which are beyond the bounds of abilities of the used code-generator, and therefore the readers have to program them themselves. Despite that, the explanation core keeps in the level of architecture.

The book is determined above all for complete beginners. However, the experience proved that even the intermediate programmers can find a lot of interesting and informative in it.

Table of contents

  • Interactive mode
  • The Prologue
  • The OOP - Get Acquainted
  • We Are Sending First Messages
  • The Test Class
  • The Messages Requiring a Value
  • The Messages Requiring an Object
  • The Messages with Parameters
  • The Object Type Parameters
  • The Expedition into the Interior of Instances
  • The Interface
  • The Interface Continued
  • The Introduction into Design Patterns
  • The Inheritance of Interface Types
  • Mediator and Listener
  • Basics of Creating OO Programs
  • The First Code
  • The First Constructor
  • Parameters
  • The Fields and the Methods
  • Implementation of an interface
  • Comments
  • Using of this
  • Overloading
  • The Local Variables
  • Methods Returning a Value
  • The Crate
  • Strings and How to Work with Them
  • A Bit of Logic
  • Class Methods and Fields
  • Refactoring of the Code
  • Static Constructor - Class Constructor
  • Debugger
  • Creating of an Standalone Application
  • Advanced Creating of OO Programs
  • Packages
  • Linking of Instances
  • Decorator
  • Teaching Cars to Turn
  • Controlling from Keyboard
  • Containers and Maps
  • Further Programming Constructions
  • The Factory Method Second Time
  • The Loops
  • Lists and Their Ordering
  • The Array
  • The Finale
Pages : 527
Size : 6.7 MB
File type : PDF
Downloads: 113
Created: 2022-02-03
License: Open Publication License
Author(s): Rudolf Pecinovský
OOP - Learn Object Oriented Thinking and Programming

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others programming Tutorials

Introduction to Computers and Programming

Programming for Computations - Python, 2nd Edition

Professor Frisby's Mostly Adequate Guide to Functional Programming

Certified Programming with Dependent Types

Learn Programming

Others related eBooks about OOP - Learn Object Oriented Thinking and Programming

Learn Node.JS

This beginner's course of Node.js will teach you how to make a first functional Web application using Node.js. The author presents his work as the guide he would have liked to read starting with Node.js. He has deliberately simplified his explanations so as to be comprehensible to the greatest numbe...

Arduino Development Cookbook

The single-chip computer board Arduino is small in size but vast in scope, capable of bein..., download free Arduino tutorial in PDF (246 pages) created by Cornel Amariei ....

C++ Exercices with solutions

Download free document in PDF about C++ language, exercices and solutions for beginners and intermediate level students....

How to Build a SharePoint Website

Download free SharePoint tutorial in pdf, training document on 11 pages for beginners....

Python Multithreading free PDF

Download free course Python Multithreading free PDF, pdf file on 6 pages by tutorialkart.com....

Introduction to Eclipse

With this PDF tutorial you will learn how to creat a java program using Eclipse ,a free training document for download under 4 pages....

Learn Programming

This book is aimed at readers who are interested in software development but have very lit..., download free Learn Programming tutorial in PDF (465 pages) created by Antti Salonen ....

GANs in Action: Deep Learning with Generative Adversarial Networks

Generative Adversarial Networks (GANs) are an incredible AI technology capable of creating images, sound, and videos that are indistinguishable from the real thing. By pitting two neural networks against each other, one to generate fakes and one to spot them, GANs rapidly learn to produce photo-real...

Introduction to VB.NET

This document is a complete PDF tutorial about VB dot NET ,free training courses under 223 pages designated to all level users by Paul Boger....

Introduction to Spring MVC

This pdf tutorial is a step-by-step guide on how to develop a web application from scratch using the Spring Framework.Free training course material under 68 pages by Thomas Risberg, Rick Evans and Portia Tung....