Đang chuẩn bị liên kết để tải về tài liệu:
BEGINNING OBJECT-ORIENTED PROGRAMMING WITH C#
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
OVER THE PAST 30 YEARS I’VE WRITTEN 18 BOOKS on various programming topics. You might wonder, why so many ? Didn’t I get it right the fi rst time? Well, no, I didn’t not really. When I wrote my fi rst book more than 30 years ago, object-oriented programming (OOP) was obscure at best and unknown to most. Like so many others, I had to go through the OOP learning process before I could appreciate what OOP was all about. I have a feeling that there are a lot of people out there who still feel that way. Each time I teach a programming class, I learn new. | Join the discussion @ p2p.wrox.coin Wrox Programmer to Programmer Beginning Object Oriented Programming with c Jack Purdum BEGINNING OBJECT-ORIENTED PROGRAMMING WITH C INTRODUCTION.xxv PART I GETTING STARTED CHAPTER 1 Introducing C .3 CHAPTER 2 Understanding Objects.19 PART II UNDERSTANDING C SYNTAX CHAPTER 3 Understanding Data Types.59 CHAPTER 4 Understanding C Statements.81 CHAPTER 5 Understanding Reference Data Types.109 CHAPTER 6 Making Decisions in Code.147 CHAPTER 7 Statement Repetition Using Loops.169 CHAPTER 8 Understanding Arrays and Collections.193 PART III WRITING YOUR OWN CLASSES CHAPTER 9 Designing Classes.227 CHAPTER 10 Designing and Writing Custom Classes.255 CHAPTER 11 Exception Handling and Debugging.295 CHAPTER 12 Generics.327 PART IV STORING DATA CHAPTER 13 Using Disk Data Files.359 CHAPTER 14 Using Databases.425 CHAPTER 15 Using LINQ.459 .