OBJECTS UNENCAPSULATED: JAVA, EIFFEL, AND C++ (OBJECT AND By Ian Joyner

~ Quick Free Delivery in 2-14 days. 100% Satisfaction ~
ZUBER
(283917)
Registrato come venditore professionale
US $19,49
CircaEUR 16,89
Condizione:
Buone condizioni
Book is in typical used-Good Condition.  Will show signs of wear to cover and/or pages. There may be ... Maggiori informazioniinformazioni sulla condizione
Goditi i vantaggi. Spedizione e restituzioni gratuite.
Spedizione:
Gratis Economy Shipping.
Oggetto che si trova a: US, Stati Uniti
Consegna:
Consegna prevista tra il mer 5 nov e il sab 8 nov a 94104
Le date di consegna stimate - viene aperta una nuova finestra o scheda includono tempi di imballaggio, CAP di origine, CAP di destinazione e periodo di accettazione e dipendono dal servizio di spedizione selezionato e dalla ricezione del pagamentoricezione del pagamento - si apre in una nuova finestra o scheda. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico del venditore.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:336017039053

Specifiche dell'oggetto

Condizione
Buone condizioni
Libro che è già stato letto ma è in buone condizioni. Mostra piccolissimi danni alla copertina incluse alcune rigature, ma nessun foro o strappo. È possibile che la sovraccoperta per le copertine rigide non sia inclusa. La rilegatura presenta minimi segni di usura. La maggior parte delle pagine non è danneggiata e mostra una quantità minima di piegature o strappi, sottolineature di testo a matita, nessuna evidenziazione di testo né scritte ai margini. Non ci sono pagine mancanti. Per maggiori dettagli e la descrizione di eventuali imperfezioni, consulta l'inserzione del venditore. Vedi tutte le definizioni delle condizioniviene aperta una nuova finestra o scheda
Note del venditore
“Book is in typical used-Good Condition.  Will show signs of wear to cover and/or pages. There may ...
ISBN-10
0130142697
EAN
9780130142696
Book Title
Objects Unencapsulated: Java, Eiffel, and C++ (Object and
ISBN
9780130142696
Categoria

Informazioni su questo prodotto

Product Identifiers

Publisher
Prentice Hall PTR
ISBN-10
0130142697
ISBN-13
9780130142696
eBay Product ID (ePID)
245425

Product Key Features

Number of Pages
416 Pages
Publication Name
Objects Unencapsulated : Java, Eiffel, and C++
Language
English
Subject
Programming Languages / C++, Programming Languages / Java, Programming / Object Oriented
Publication Year
1999
Type
Textbook
Author
Ian Joyner
Subject Area
Computers
Series
Object and Component Technology Ser.
Format
Trade Paperback

Dimensions

Item Height
1.2 in
Item Weight
28.9 Oz
Item Length
9.3 in
Item Width
7.1 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
99-015199
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.1/17
Table Of Content
Preface. Structure of the Book. About C++ Code Examples. Acknowledgments. Why Should We Be Concerned? 1. Language Principles. Programming. Communication, Abstraction, and Precision. Notation. Tool Integration. Correctness. Types. Flexibility, Correctness, and Reuse. Redundancy and Checking. Encapsulation and Implementation Hiding. Safety and Courtesy Concerns. Implementation and Deployment Concerns. Why OO? On Programming Language Evolution. The Usefulness of Mathematics. Legacy Systems. 2. Entities and Types. From Bits to Semantics. Basic Structures: The Class. Usefulness of Grammars. Classes and Types. Structs (C++). Typedefs (C++). Global Environments. Class Metadata. Obsolete (Eiffel). Invariants (Eiffel). Components. 3. Modules and Imports. Namespaces (C++). Clusters (Eiffel). Packages (Java). Header Files (C++). Import (Java). ACE Specification (Eiffel). Separate or Integrate? 4. Members and Features. Basic Structures. Members (C++ and Java). Anonymous Parameters in Class Definitions (C++). Default Arguments (C++). Local Entity Declarations (Java and C++). Inlines (C++). Pointers and References (C++). Declarations and Definitions (C++). Scope. Constants. Static (C++). Once Routines. Class Variables and Redefinition. 5. Type Extension: Inheritance and Virtuals. Basic Structures: Inheritance and Derived Classes. The Nature of Inheritance. Multiple Inheritance. Virtual Classes (C++). Nested Classes (Java and C++). Polymorphism and Inheritance. Union. Enumeration Types. Name Overloading. Virtual Functions (C++). Pure Virtual Functions (C++). Function Overloading (C++ and Java). Virtuals and Inlining. 6. Type Extension: Generics and Templates. Basic Structures. C++ Syntax. Constrained Genericity. Genericity and Code Bloat. An Alternative Form of Genericity. Java and Genericity. Some Theory on Genericity. Genericity and Covariance. 7. Interfaces and Access Control. 7.1 Basic Structures. Friends (C++). Controlled Exports vs. Friends. Multiple Interfaces. External Assignment (C++ and Java). Export Controls and Nesting. Mutable Const (C++). Generalization. 8. Constructors, Destructors, and Other Operators. Nameless Constructors (C++). Default Constructors (C++ and Java). Constructor Inheritance. Expanded Initialization (Eiffel). Constructor Initialization (C++). Destructors (C++). Dispose (Eiffel). Operator = (C++). and -> (C++). Delete and Delete [] (C++). Prefix and Postfix Operators (C++). and && (C++). Operator Overloading (C++ and Eiffel). Implicit Conversions and Overloading (C++). Calling Parent Features. Calling Descendant Features. Conditional Expressions. 9. Casts. Type Casts (C++). RTTI and Type Casts (C++). New Type Casts (C++). Type Inference. Java and Casts. Signature Variance (Eiffel). 10. Compile Time. Global Analysis. Type-Safe Linkage (C++). Class Interfaces. 11. Run Time. Concurrency - Its about Time! Garbage Collection. Constructors and Temporaries (C++). Bad Deletions (C++). Slicing (C++). Program Execution. Dynamic Linking. Exception Handling. LinkageError (Java). 12. Other Details. Comments. Hexadecimal Literals (Eiffel). Double, Double Toil and Trouble. Class Header Declarations (C++). 13. Projects, Design, and Other Factors. Design by Contract. Preconditions, Types, and Invariants. The Software Life Cycle. CASE Tools. Reusability and Communication. Reusability and Trust. Reusability and Compatibility. Reusability and Portability. Reusability and Size. Idiomatic Programming. Low-Level Coding. Know
Synopsis
Object technology appears to be a bewildering field in constant turmoil. But the core concepts of object-oriented programming endure as a paradigm for advanced programming methodology. By analyzing and comparing three different object-oriented languages, Objects Unencapsulated probes the core of object technology to examine how various language features affect software productivity. Objects Unencapsulated examines and compares the strengths and weaknesses of Java, Eiffel, and C++. Topics covered include: * Objects, classes, modules, and types. Features and interfaces. Inheritance and genericity. Concurrency and garbage collection. Grounded by his belief that true innovation demands constant re-evaluation, Ian Joyner strips away the superficial distinctions between these languages to find the essence of object-oriented programming. He explains the facts behind the many controversies that an object-oriented practitioner constantly faces. By explaining some essential theory in practical terms, Objects Unencapsulated exposes the principles of the object-oriented paradigm.
LC Classification Number
QA76.64.J69 1999

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.

Informazioni su questo venditore

ZUBER

98,3% di Feedback positivi990 mila oggetti venduti

Su eBay da ott 1998
Registrato come venditore professionale

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.8
Spese spedizione
5.0
Tempi di spedizione
5.0
Comunicazione
4.9

Categorie più popolari di questo Negozio

Feedback sul venditore (313.076)

Tutti i punteggiselected
Positivo
Neutro
Negativo
  • 1***0 (1563)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    AS SHOWN/DESCRIBED. IT IS A GREAT BOOK WITH COLORED INSTRUCTIONS WITHIN. I ONLY SUGGEST THAT ALL SELLERS OF BOOKS WOULD SHOW 2-3 PHOTOS OF ITS CONTENTS. IN DOING SO IT MAY HELP WITH ANY QUESTIONS BUYERS MIGHT HAVE. SECURED PKG, SUPER FAST FREE SHIPPING, SUPER FAST DELIVERY. BOUGHT ITEM, IMMEDIATELY PAID FOR IT, WAS SHIPPED AND DELIVERED WITHIN 24 HOURS VIA AMAZON! I COULD NOT BE HAPPIER. AND I HIGHLY RECOMMEND THIS OUTSTANDING SELLER! THANK YOU FOR EVERYTHING!
  • 0***t (10)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Item was exactly as described and packaged to protect it. Seller’s pricing was spot on and when I received it, it was in good condition. Seller actually messaged me when they shipped it (I really appreciated that). Overall I’m happy doing business with them!
  • 8***g (254)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    A smooth and professional transaction throughout. The item was exactly as described, clearly listed, and fairly priced. Communication from the seller was prompt, polite, and helpful, with dispatch confirmed quickly. The parcel was securely packaged and arrived in excellent condition, ahead of the expected delivery date. Care was taken at every stage of the process. I would be happy to buy from this seller again—many thanks for a reliable and well-handled sale.