Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Cloud Academy - Introduction to Object Orientation and C# Classes

    Posted By: lucky_aut
    Cloud Academy - Introduction to Object Orientation and C# Classes

    Cloud Academy - Introduction to Object Orientation and C# Classes
    Duration: 52m | .MP4 1920x1080 , 30 fps(r) | AAC, 48000 Hz, 2ch | 652 MB
    Genre: eLearning | Language: English

    Description
    This course takes code from the Data Types and Variables course and refines it using object-oriented (OO) principles. We explore some of the main concepts of OO programming during this process, such as encapsulation, code reuse, and inheritance.

    Along the way, we learn more about essential code structures such as conditional evaluation with if-then-else statements, functions for grouping code that performs a specific task, and for-loops for dynamically repeating an action. We will also look at how .NET and C# have object-oriented baked-in as a fundamental design principle underpinning the framework and language.

    Learning Objectives
    Understand the benefits of object orientation and what came before it
    Learn about essential code structures and turn code into a class
    Refine the class code and learn more object-oriented concepts
    Learn about inheritance, a fundamental object-oriented concept
    Understand how object-orientation is a foundation principle of C# and .NET

    Intended Audience
    This course is intended for those who already have an understanding of data types and variables in C# and now want to learn about object-oriented principles.

    Prerequisites
    To get the most out of this course, you should have an understanding of C# as well as basic data types: strings, numbers, and Booleans. In order to follow along with the demos, you should also have a working development environment, whether in Windows, Linux, or macOS.

    Resources
    The GitHub repository for this course can be found here.