Learning Object-Oriented Programming in C# 5.0
Abstract
The book addresses intermediate to advanced users, teaching different aspects of object-oriented programming in detail. The book explores valuable features of C# 5.0 with running examples. It begins with fundamental topics like data types, operators, expressions, branching and looping statements, arrays, and strings. After these fundamental topics, it gradually digs into the complex topics of reusability of code through classes, objects, inheritance, and polymorphism. The book covers interfaces, operator overloading, delegates, and events.
Collections
- Technology [3030]