50 likes | 199 Views
HOL 101 Introduction Programming .NET Framework 2.0 Module 2 Framework Fundamentals Stage II. Agenda. Lesson 1: Constructing Classes Lesson 2: Converting Between Types. Lesson 1: Constructing Classes. What Is Inheritance ? What Is an Interface? What Are Partial Clases?
E N D
HOL 101Introduction Programming .NET Framework 2.0Module 2Framework Fundamentals Stage II
Agenda • Lesson 1: Constructing Classes • Lesson 2: Converting Between Types
Lesson 1: Constructing Classes • WhatIsInheritance? • WhatIsan Interface? • What Are Partial Clases? • What Are Generics? • Events • What Are Attributes? • Lab: Create a Derived Class withDelegates • LessonReview
Lesson 2: ConvertingBetweenTypes • Conversion in Visual Basic and C# • What Is Boxing and Unboxing? • How to Implement Conversion in Custom Types • Lab: Safety Performing Conversions • Lesson Review
Module Review • Lesson 1: Constructing Classes • Lesson 2: Converting Between Types