Objects First with Java: A Practical Introduction Using BlueJ, Global Edition (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
664
Utgivningsdatum
2016-07-01
Upplaga
6
Förlag
Pearson
Medarbetare
Barnes, David
Dimensioner
235 x 175 x 25 mm
Vikt
901 g
Antal komponenter
1
Komponenter
Paperback (1)
ISBN
9781292159041

Objects First with Java: A Practical Introduction Using BlueJ, Global Edition

(1 röst)  |  Läs 1 recension
Häftad,  Engelska, 2016-07-01
1168
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
A Modern Approach to Functional Programming



Objects First with Java: A Practical Introduction is an introduction to object-oriented programming for beginners. The main focus of the book is general object-oriented and programming concepts from a software engineering perspective.

The first chapters are written for students with no programming experience with later chapters being more suitable for advanced or professional programmers. The Java programming language and BlueJthe Java development environment are the two tools used throughout the book. BlueJ's clear visualization of classes and objects means that students can immediately appreciate the differences between them and gain a much better understanding of the nature of an object than they would from simply reading source code. Unlike traditional textbooks, the chapters are not ordered by language features but by software development concepts.

The Sixth Edition goes beyond just adding the new language constructs of Java 8. The books exploration of this new language demonstrates a renaissance of functional ideas in modern programming. While functional programming isnt new in principle, its seen a boost in popularity based on the current computer hardware available and the changing nature of projects programmers wish to tackle. Functional language constructs make it possible to efficiently automate currency, make use of multiple cores without much effort on the side of the programmer, are both more elegant and readable, and offer great potential in solving the issue of parallel hardware. Functional programming has become an essential part of the field, and Objects First with Java gives students a basic understanding of an area theyll need to master in order to succeed in the future.
Visa hela texten

Passar bra ihop

  1. Objects First with Java: A Practical Introduction Using BlueJ, Global Edition
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 1358 kr

Kundrecensioner

Det finns 1 recension av Objects First with Java: A Practical Introduction Using BlueJ, Global Edition. Har du också läst boken? Om du har köpt den på Bokus.com vill vi gärna höra vad du tyckte om den! Sätt ditt betyg »
  1. Fantastisk introduktion till programmering
    Karl Gustav, 2 april 2019

    Det här är min första programmeringsbok och jag tycker att den var väldigt bra. Pedagogisk och lättläst. Det finns många relativt abstraka koncept inom programmering, men med hjälp av BlueJ blev dessa mer greppbara, eftersom saker som objekt får visuella representationer.

Visa alla 1 recensioner

Fler böcker av David J Barnes

Övrig information

David J. Barnes is a Senior Lecturer in Computer Science at the University of Kent, in Canterbury, England, and mainly teaches introductory, object-oriented Programming at both undergraduate and postgraduate levels. In addition to computing education and his rich, practical experience in a wide range of programming languages, his main research also includes the area of Software Engineering. Michael Koelling is a Professor in the Department of Informatics at King's College London, UK. He holds a Ph.D. in Computer Science from Sydney University and has worked in Australia, Denmark, and the UK. He is the lead developer of BlueJ and Greenfoot, two educational programming environments, and his research areas of interest include object-oriented systems, programming languages, software tools, and computing education.

Innehållsförteckning

Part 1: Foundations of object orientation

1. Objects and classes

2. Understanding class definitions

3. Object interaction

4. Grouping objects

5. Functional Processing of Collections (Advanced)

6. More-sophisticated behavior

7. Fixed-size collections arrays

8. Designing classes

9. Well-behaved objects

 

Part 2: Application structures

10. Improving structure with inheritance

11. More about inheritance

12. Further abstraction techniques

13. Building graphical user interfaces

14. Handling errors

15. Designing applications

16. A case study

 

Appendices

A Working with a BlueJ project

B Java data types

C Operators

D Java control structures

E Running Java without BlueJ

F Using the debugger

G Unit unit-testing tools

H Teamwork tools

I Javadoc

J Program style guide

K Important library classes