|
Ρόλος Blog:
Understand how C# supports initialization via default values, variable initializers, and instance constructors. Topic Exercises Quiz 5. Static How to define static fields and methods and how to access static members using any of the three initialization alternatives: default values, static variable initializers, and static constructor. Topic Exercises Quiz 6. Reference Types Review the topics concerning references: assignment, parameter, aggregation, array, null, memory management, and garbage collection. Topic Exercises Quiz 7. Properties Properties model the traits of an object or a class. As a design, learn how properties maintain encapsulation and allow the execution of validation code. Topic Exercises Quiz 8. Indexers Indexers used used to index a collection of data elements. The elements are accessed using the same square bracket syntax used for an array. Topic Exercises Quiz 9. Inheritance This module discusses the syntax and the meaning of inheritance including access levels, method hiding, method chaining, and construction. Topic Exercises Quiz 10. Binding Learn about inheritance: type compatibility, type conversion, method binding, method overriding, and abstract methods. Also review how to use dynamic binding to achieve polymorphic behavior. Topic Exercises Quiz 11. Interface Discover how to define and implement interfaces, how to code generic code against an interface, and how to use inheritance with interfaces. Topic Exercises Quiz 12. Exceptions This module teaches C# error exception notifications and demonstrates to how to handle an exception and its related control flow, and how to implement a custom exception type. Topic Exercises Quiz 13. Namespace How to create a namespace, access a type defined inside a namespace, and how to apply 'using keyword' to get access to namespace members. Topic Exercises Quiz 14. Delegates and Events A delegate acts as a proxy for invoking a method. This module teaches how to define a delegate type, use a delegate to implement a callback, and use composition to create a delegate with multiple targets. Topic Exercises Quiz Technorati Tags: c#, c# tutorial, c# course, learn c#, c# programming Popularity: 12% [?] Related Posts: No Comments »No comments yet. RSS feed for comments on this post. Leave a commentYou must be logged in to post a comment. Powered by WordPress |





























