About This Book "C# Programming" is a textbook for high school and college students; it covers all essential C# language knowledge . You can learn complete primary skills of C# programming fast and easily . The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam . "C# Programming" is a useful textbook for beginners . The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book . You will be impressed by its distinctive and tidy writing style . Reading this book is a great enjoyment!
Note This book is only suitable for C# programming beginners, high school students and college students; it is not for the experienced C# programmers .
Table of Contents
Chapter 1 Introduction Introduction to C# First C# Program …… Chapter 2 Operators Struct Enum Arithmetical Operators Logical Operators …… Chapter 3 Control Structures If Statement If-else Statement …… Chapter 4 String & Array String Length Extract Substring …… Chapter 5 Function & Exception Functions Function with Arguments …… Chapter 6 Class & Object Class Declaration Object Declaration …… Chapter 7 Access Modifiers Public Private …… Chapter 8 Static Abstract Interface Abstract Abstract Example ……