In this lesson, we'll continue exploring the static keyword. The static keyword applies to fields, methods, properties, classes, and class constructors. It changes their behavior and how they're accessed. In this lesson, we'll look at how static methods and static class properties work.
➡️ My C# course FROM BEGINNER TO PROFESSIONAL on Udemy
👉 https://www.udemy.com/course/simpleco...
✅ SOURCE CODE / iskhodnyi-kod-k-45789209
🔹 Telegram channel https://t.me/SergeySimpleCode
🔹 Our VK group https://vk.com/smplcode
✅ Source code access and sponsorship / simplecode
✅ https://donatepay.ru/don/SimpleCode
✅ BTC wallet: 12oYfJnvt76wjJbpvfhM41m6KPz6uz4LD4
✅C# static class fields | how the static keyword works | C# FROM BEGINNER TO PROFESSIONAL #63 • C# статические поля класса | как работает ...
C# get/set properties | value keyword | automatic properties in C# | OOP C# Lesson | # ✅62 • C# свойства get set | ключевое слово value...
00:00 ► static and class fields
01:12 ► how the static keyword affects class methods
03:25 ► interaction between static and non-static methods and fields
06:41 ► examples of using static methods in existing C# code
07:56 ► a little about polymorphism and the staic modifier
08:53 ► static properties
11:25 ► writing a class that will work with static and non-static fields, methods, and properties
#cisharp #simplecode #programminglessons