Download Beginning Object-oriented Programming with C# by Zoran Horvat. Are you looking for this valuable stuff to download? If so then you are in the correct place. On our website, we share resources for, Graphics designers, Motion designers, Game developers, cinematographers, Forex Traders, Programmers, Web developers, 3D artists, photographers, Music Producers and etc.
With one single click, On our website, you will find many premium assets like All kinds of Courses, Photoshop Stuff, Lightroom Preset, Photoshop Actions, Brushes & Gradient, Videohive After Effect Templates, Fonts, Luts, Sounds, 3D models, Plugins, and much more. FreshersGold.com is a free graphics and all kinds of courses content provider website that helps beginner grow their careers as well as freelancers, Motion designers, cinematographers, Forex Traders, photographers, who can’t afford high-cost courses, and other resources.
File Name: | Beginning Object-oriented Programming with C# by Zoran Horvat |
Content Source: | https://www.udemy.com/course/beginning-oop-with-csharp/ |
Genre / Category: | Other Tutorials |
File Size : | 1.2 GB |
Publisher: | udemy |
Updated and Published: | December 12, 2023 |
In this course, you will learn the basic principles of object-oriented programming, and then learn how to apply those principles to construct an operational and correct code using the C# programming language and .NET. As the course progresses, you will learn such programming concepts as objects, method resolution, polymorphism, object composition, class inheritance, object substitution, etc., but also the basic principles of object-oriented design and even project management, such as abstraction, dependency injection, open-closed principle, tell don’t ask principle, the principles of agile software development and many more.
After completing this course, you will be qualified to continue learning the principles of object-oriented design, and to start developing applications that will be modeling different business domains.
This course differs from other similar courses in that it first devises the C# programming language from scratch, and the .NET Runtime that makes the object-oriented code run. Only after completing this task shall we step on to using the programming concepts to implement customer’s requirements in C#.
The reason for such an extreme experiment is to teach the programmers that any object-oriented language is only a tool, which relies on a small set of operations that are already implemented for us – such as silently passing the this reference or resolving function addresses from the object reference at run time. I find great danger in writing code without understanding what happens when a piece of object-oriented code is taken for execution.