Clarion.NET Seminar Four
Seminar Four: Up To Your Waist In The DOT NET Pool
• .NET BOOK ZERO Chapters covered: 14 through 18...
• Chapter 14 -- Instance Methods (as opposed to STATIC methods covered this week)
How to create and invoke STATIC methods
How to create and invoke INSTANCE methods
• Chapter 15 -- Constructors
Constructors in C# and Clarion#
Constructor overriding and replacement
Base Class constructors
• Chapter 16 -- Concepts of equality
How to test for equality with value types such as STRUCTS and GROUPS
How to test for equality with reference types such as classes
How to override EqualTo() and GetHashCode() in order to provide custom equality checks
• Chapter 17 -- Class and Structure members Fields, Methods, Constructors and Properties
How "fields" are different than "properties" in C# and Clarion#
How value types like STRUCT can contain both fields, properties and methods
• Chapter 18 -- Inheritance (Derivation) of Classes and Structures
How to implement inheritance in C# and Clarion# from .NET classes
How to implement inheritance in C# and Clarion# from your own classes
• Sample Video (10 Minutes) of
Seminar #4
Back To Overview Page