定價:NT$ 1700
二手價:51 折,NT$ 660
限量商品已售完
新版特色:
● Integrated coverage of new C# 6 functionality.
● C# 6 new language features appear throughout the book and each occurrence is marked with a “6” margin icon
● All material is updated for use with Visual Studio 2015.
Hundreds of exercises updated for student practice skills
圖書特色與優點:
Signature “Live Code™ Approach” — Language features are presented in the context of a wide variety of complete working programs.
● Features thousands of lines of code in hundreds of complete working programs.
● A broad range of example programs selected from computer science, business, simulation, game playing, graphics, multimedia and many other areas.
● Enables students to confirm that programs run as expected.
● Students can also download the code from the book's Companion Website www.pearsonglobaleditions.com/deitel.
Object-Oriented Programming
● Outstanding, consistent, and applied pedagogy. Icons throughout identify Software Engineering Observations; Good Programming Practices; Common Programming Errors; Portability Tips; Performance Tips; Testing and Debugging Tips; and Look-and-Feel Observations.
● Early-objects approach. The book introduces the basic concepts and terminology of object technology in Chapter 1. In Chapter 2, students will visually manipulate graphical user interface objects, such as labels and images. In Chapter 3, Introduction to C# App Programming, students will write Visual C# program code that manipulates preexisting objects. They will develop their first customized classes and objects in Chapter 4. Our early objects presentation continues in Chapters 5–9 with a variety of straightforward case studies. Chapters 10–12 take a deeper look at classes and objects.
● Rich coverage of programming fundamentals. Chapters 5 and 6 present a friendly treatment of control statements and problem solving.
● A clear, example-driven presentation of classes, objects, inheritance, polymorphism and interfaces.
● Optional case study: Using the UML to develop an object-oriented design and Visual C# implementation of an Automated Teller Machine (ATM). The UML™ (Unified Modeling Language™) is the industry-standard graphical language for modeling object-oriented systems. We introduce the UML in the early chapters. Online Chapters 34 and 35 include an optional case study on object-oriented design using the UML. We design and implement the software for a simple automated teller machine. We analyze a typical requirements document that specifies the system to be built. We determine the classes needed to implement that system, theattributes the classes need to have, the behaviors the classes need to exhibit and we specify how the classes must interact with one another to meet the system requirements. From the design we produce a complete working Visual C# implementation. Students often report a “light bulb moment”–the case study helps them “tie it all together” and truly understand object orientation.
● Four programming paradigms. We discuss structured programming, object-oriented programming, generic programming and functional programming (new in this edition).
Interesting, Entertaining and Challenging Exercises
● Extensive self-review exercises and answers are included for self-study.
● Each chapter concludes with a substantial set of exercises, including simple recall of important terminology and concepts, identifying the errors in code samples, writing individual program statements, writing methods to perform specific tasks, writing C# classes, writing complete programs and implementing major projects. The Making a Difference exercises encourage you to use computers and the Internet to research and work on significant social problems–we hope you’ll approach these exercises with your own values, politics and beliefs.
Illustrations and Figures
● Abundant tables, line drawings, UML diagrams, programs and program outputs are included.
The book’s modular organization helps instructors plan their syllabi.
Other Features
● Use as appropriate with Windows 7, 8 or 10.
● A clear, example-driven presentation of classes, objects, inheritance, polymorphism and interfaces.
● Early introduction to LINQ and generic collections.
● PLINQ (Parallel LINQ) for multicore performance.
● Asynchronous Programming with async and await.
● Functional programming with lambdas and delegates.
● Immutability, files, database with LINQ to Entities.
● Visual C# debugging, integrated exception handling.
● Extensive treatment of Windows Forms GUI.
● Online coverage of Universal Windows Platform (UWP) GUI for desktop and mobile apps.
● The printed book contains the core content (Chapters 1–23) for introductory course sequences.
● Additional online content for more advanced courses: ASP.NET web app development; XML and LINQ to XML; Building a Microsoft Azure™ Cloud Computing App; Web Services and ATM OOD case study.
關於二手書說明:
商品建檔資料為新書及二手書共用,因是二手商品,實際狀況可能已與建檔資料有差異,購買二手書時,請務必檢視商品書況、備註說明及書況影片,收到商品將以書況影片內呈現為準。若有差異時僅可提供退貨處理,無法換貨或再補寄。
商品版權法律說明:
TAAZE 單純提供網路二手書託售平台予消費者,並不涉入書本作者與原出版商間之任何糾紛;敬請各界鑒察。
退換貨說明:
二手書籍商品享有10天的商品猶豫期(含例假日)。若您欲辦理退貨,請於取得該商品10日內寄回。
二手影音商品(例如CD、DVD等),恕不提供10天猶豫期退貨。
二手商品無法提供換貨服務,僅能辦理退貨。如須退貨,請保持該商品及其附件的完整性(包含書籍封底之TAAZE物流條碼)。若退回商品無法回復原狀者,可能影響退換貨權利之行使或須負擔部分費用。
訂購本商品前請務必詳閱退換貨原則、二手CD、DVD退換貨說明。本商品資料由TAAZE會員提供,TAAZE並已依據現貨及一般人之認知對其進行審核;TAAZE對其正確性不負連帶責任。若對商品資料有疑義請聯絡TAAZE客服。
二手價:51 折,NT$ 660 NT$ 1700
限量商品已售完
新版特色:
● Integrated coverage of new C# 6 functionality.
● C# 6 new language features appear throughout the book and each occurrence is marked with a “6” margin icon
● All material is updated for use with Visual Studio 2015.
Hundreds of exercises updated for student practice skills
圖書特色與優點:
Signature “Live Code™ Approach” — Language features are presented in the context of a wide variety of complete working programs.
● Features thousands of lines of code in hundreds of complete working programs.
● A broad range of example programs selected from computer science, business, simulation, game playing, graphics, multimedia and many other areas.
● Enables students to confirm that programs run as expected.
● Students can also download the code from the book's Companion Website www.pearsonglobaleditions.com/deitel.
Object-Oriented Programming
● Outstanding, consistent, and applied pedagogy. Icons throughout identify Software Engineering Observations; Good Programming Practices; Common Programming Errors; Portability Tips; Performance Tips; Testing and Debugging Tips; and Look-and-Feel Observations.
● Early-objects approach. The book introduces the basic concepts and terminology of object technology in Chapter 1. In Chapter 2, students will visually manipulate graphical user interface objects, such as labels and images. In Chapter 3, Introduction to C# App Programming, students will write Visual C# program code that manipulates preexisting objects. They will develop their first customized classes and objects in Chapter 4. Our early objects presentation continues in Chapters 5–9 with a variety of straightforward case studies. Chapters 10–12 take a deeper look at classes and objects.
● Rich coverage of programming fundamentals. Chapters 5 and 6 present a friendly treatment of control statements and problem solving.
● A clear, example-driven presentation of classes, objects, inheritance, polymorphism and interfaces.
● Optional case study: Using the UML to develop an object-oriented design and Visual C# implementation of an Automated Teller Machine (ATM). The UML™ (Unified Modeling Language™) is the industry-standard graphical language for modeling object-oriented systems. We introduce the UML in the early chapters. Online Chapters 34 and 35 include an optional case study on object-oriented design using the UML. We design and implement the software for a simple automated teller machine. We analyze a typical requirements document that specifies the system to be built. We determine the classes needed to implement that system, theattributes the classes need to have, the behaviors the classes need to exhibit and we specify how the classes must interact with one another to meet the system requirements. From the design we produce a complete working Visual C# implementation. Students often report a “light bulb moment”–the case study helps them “tie it all together” and truly understand object orientation.
● Four programming paradigms. We discuss structured programming, object-oriented programming, generic programming and functional programming (new in this edition).
Interesting, Entertaining and Challenging Exercises
● Extensive self-review exercises and answers are included for self-study.
● Each chapter concludes with a substantial set of exercises, including simple recall of important terminology and concepts, identifying the errors in code samples, writing individual program statements, writing methods to perform specific tasks, writing C# classes, writing complete programs and implementing major projects. The Making a Difference exercises encourage you to use computers and the Internet to research and work on significant social problems–we hope you’ll approach these exercises with your own values, politics and beliefs.
Illustrations and Figures
● Abundant tables, line drawings, UML diagrams, programs and program outputs are included.
The book’s modular organization helps instructors plan their syllabi.
Other Features
● Use as appropriate with Windows 7, 8 or 10.
● A clear, example-driven presentation of classes, objects, inheritance, polymorphism and interfaces.
● Early introduction to LINQ and generic collections.
● PLINQ (Parallel LINQ) for multicore performance.
● Asynchronous Programming with async and await.
● Functional programming with lambdas and delegates.
● Immutability, files, database with LINQ to Entities.
● Visual C# debugging, integrated exception handling.
● Extensive treatment of Windows Forms GUI.
● Online coverage of Universal Windows Platform (UWP) GUI for desktop and mobile apps.
● The printed book contains the core content (Chapters 1–23) for introductory course sequences.
● Additional online content for more advanced courses: ASP.NET web app development; XML and LINQ to XML; Building a Microsoft Azure™ Cloud Computing App; Web Services and ATM OOD case study.
關於二手書說明:
商品建檔資料為新書及二手書共用,因是二手商品,實際狀況可能已與建檔資料有差異,購買二手書時,請務必檢視商品書況、備註說明及書況影片,收到商品將以書況影片內呈現為準。若有差異時僅可提供退貨處理,無法換貨或再補寄。
商品版權法律說明:
TAAZE 單純提供網路二手書託售平台予消費者,並不涉入書本作者與原出版商間之任何糾紛;敬請各界鑒察。
退換貨說明:
二手書籍商品享有10天的商品猶豫期(含例假日)。若您欲辦理退貨,請於取得該商品10日內寄回。
二手影音商品(例如CD、DVD等),恕不提供10天猶豫期退貨。
二手商品無法提供換貨服務,僅能辦理退貨。如須退貨,請保持該商品及其附件的完整性(包含書籍封底之TAAZE物流條碼)。若退回商品無法回復原狀者,可能影響退換貨權利之行使或須負擔部分費用。
訂購本商品前請務必詳閱退換貨原則、二手CD、DVD退換貨說明。本商品資料由TAAZE會員提供,TAAZE並已依據現貨及一般人之認知對其進行審核;TAAZE對其正確性不負連帶責任。若對商品資料有疑義請聯絡TAAZE客服。
※ 二手徵求後,有綁定line通知的讀者,
該二手書結帳減5元。(減5元可累加)
請在手機上開啟Line應用程式,點選搜尋欄位旁的掃描圖示
即可掃描此ORcode
|
||||||||||||||||||
|
||||||||||||||||||
|