• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2946912]
• Literatura piękna
 [1852311]

  więcej...
• Turystyka
 [71421]
• Informatyka
 [150889]
• Komiksy
 [35717]
• Encyklopedie
 [23177]
• Dziecięca
 [617324]
• Hobby
 [138808]
• AudioBooki
 [1671]
• Literatura faktu
 [228371]
• Muzyka CD
 [400]
• Słowniki
 [2841]
• Inne
 [445428]
• Kalendarze
 [1545]
• Podręczniki
 [166819]
• Poradniki
 [480180]
• Religia
 [510412]
• Czasopisma
 [525]
• Sport
 [61271]
• Sztuka
 [242929]
• CD, DVD, Video
 [3371]
• Technologie
 [219258]
• Zdrowie
 [100961]
• Książkowe Klimaty
 [124]
• Zabawki
 [2341]
• Puzzle, gry
 [3766]
• Literatura w języku ukraińskim
 [255]
• Art. papiernicze i szkolne
 [7810]
Kategorie szczegółowe BISAC

Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java

ISBN-13: 9780471268529 / Angielski / Miękka / 2003 / 1144 str.

Avinash Kak; Avinash C. Kak
Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java Kak, Avinash C. 9780471268529 IEEE Computer Society Press - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java

ISBN-13: 9780471268529 / Angielski / Miękka / 2003 / 1144 str.

Avinash Kak; Avinash C. Kak
cena 565,02
(netto: 538,11 VAT:  5%)

Najniższa cena z 30 dni: 563,85
Termin realizacji zamówienia:
ok. 30 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!

Your essential comparative approach to learning C++ and Java

Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java, a comparative presentation of object-oriented programming with two of the most popular programming languages of today, teaches vital skills and techniques for the Internet age. Based on highly successful courses taught by the author, this book answers the need for a comprehensive educational program on the subject of object-oriented programming. In a clear and accessible format, the author compares and contrasts both languages, from basic language constructs to how both languages are used in application-level programming, such as graphics programming, network programming, and database programming.

Since both C++ and Java were born out of the same language, C, learning these two languages together has several distinct advantages:
* Because they have much in common at the level of basic language structures, learning C++ and Java together saves time and facilitates the mastery of each
* Learning by contrast and comparison can be more efficient and enjoyable, allowing readers access to the strengths and weaknesses of both languages
* Learning to write a program in one language that corresponds to a given program in the other language enables students to tackle more difficult projects in either language
* Comparing similar concepts in the two languages leads to a deeper understanding of the concepts in both


Roughly the first half of the text is devoted to basic language issues. More advanced topics are detailed in the second half, including programming of graphical user interfaces, multithreading, network programming, and database programming.

Designed as a text for educational programs in advanced programming and as a reference for professionals implementing Web- and Internet-based applications, Programming with Objects: A Comparative Presentation of Object-Oriented Programming with C++ and Java is also recommended for programmers familiar with either language who wish to expand their programming skills.

Kategorie:
Informatyka, Programowanie
Kategorie BISAC:
Computers > Languages - C
Computers > Programming - General
Wydawca:
IEEE Computer Society Press
Język:
Angielski
ISBN-13:
9780471268529
Rok wydania:
2003
Ilość stron:
1144
Waga:
1.71 kg
Wymiary:
25.76 x 17.98 x 4.17
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Bibliografia
Wydanie ilustrowane

"...a wonderful volume...a very worthwhile read...essential..." ( Choice, September 2003)

Why OO Programming – Some Parallels with Things at Large.

Baby Steps.

The Notion of a Class and Some Other Key Ideas.

Strings.

Using the Container Classes.

The Primitive Types and Their Input/Output.

Declarations, Definitions, and Initializations.

Object Reference and Memory Allocation.

Functions and Methods.

Handling Exceptions.

Classes, The Rest of the Story.

Overloading Operators in C++.

Generics and Templates.

Modeling Diagrams for OO Programs.

Extending Classes.

Multiple Inheritance in C++.

OO for Graphical User Interfaces, A Tour of Three Toolkits.

Multithreaded Object–Oriented Programming.

Network Programming.

Database Programming.

AVINASH C. KAK is Professor of Electrical and Computer Engineering at Purdue University. Over the years, he has won numerous Best Teacher of the Year awards at different levels of the University for his teaching of object–oriented programming and design courses at Purdue.

Your essential comparative approach to learning C++ and Java

Programming with Objects: A Comparative Presentation of Object–Oriented Programming with C++ and Java, a comparative presentation of object–oriented programming with two of the most popular programming languages of today, teaches vital skills and techniques for the Internet age. Based on highly successful courses taught by the author, this book answers the need for a comprehensive educational program on the subject of object–oriented programming. In a clear and accessible format, the author compares and contrasts both languages, from basic language constructs to how both languages are used in application–level programming, such as graphics programming, network programming, and database programming.

Since both C++ and Java were born out of the same language, C, learning these two languages together has several distinct advantages:

  • Because they have much in common at the level of basic language structures, learning C++ and Java together saves time and facilitates the mastery of each
  • Learning by contrast and comparison can be more efficient and enjoyable, allowing readers access to the strengths and weaknesses of both languages
  • Learning to write a program in one language that corresponds to a given program in the other language enables students to tackle more difficult projects in either language
  • Comparing similar concepts in the two languages leads to a deeper understanding of the concepts in both

Roughly the first half of the text is devoted to basic language issues. More advanced topics are detailed in the second half, including programming of graphical user interfaces, multithreading, network programming, and database programming.

Designed as a text for educational programs in advanced programming and as a reference for professionals implementing Web– and Internet–based applications, Programming with Objects: A Comparative Presentation of Object–Oriented Programming with C++ and Java is also recommended for programmers familiar with either language who wish to expand their programming skills.

Kak, Avinash AVINASH C. KAK is Professor of Electrical and Comp... więcej >
Kak, Avinash C. Avinash C. Kak is a Professor of Electrical and Co... więcej >


Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia