C# tutorial in Hindi/Urdu: Method, Parameters, Arguments, Return Values
C# tutorial in Hindi/Urdu: Method, Parameters, Arguments, Return Values
#MethodParameters #ArgumentExploration #ReturnValues
00:00 Intro
00:26 Methods
03:18 Create a Method
07:14 Call a Method
10:20 Parameters and Arguments
14:50 Multiple Parameters
17:42 Default Parameter Value
20:40 Return Values
26:49 Named Arguments
31:05 Method Overloading
? subscribe : https://www.youtube.com/@aboutprogrammingcode?sub_confirmation=1
1) Methods in C# are blocks of code that perform a specific task and can be called multiple times from different parts of the program. To create a method, you use the keyword "void" followed by the method name, and inside the method, you write the logic. To call a method, you simply write the method name followed by parentheses.
2) Parameters and arguments are used to pass data to a method. When defining a method, you can specify the parameters in the parentheses. When calling the method, you pass the arguments in the same order as the parameters.
3) You can also have multiple parameters, and give a default value to a parameter. This way, if a value is not provided for that parameter when the method is called, the default value will be used instead.
4) If you want a method to return a value, you can use a return statement and specify the return type for the method. For example, if a method returns an integer, you would specify the return type as "int".
5) Named arguments allow you to specify the argument values in a specific order, rather than just the position of the argument in the method call.
6) Method overloading allows you to have multiple methods with the same name, but with different parameters. This can be useful if you want to perform similar tasks, but with different inputs.
C# for Beginners | Lecture 1 (Hindi\Urdu)
https://youtu.be/9iIMJrckedA
.
C# for Beginners | Lecture 2 (Hindi\Urdu)
https://youtu.be/9Wo7NqzOU7w
.
C# for Beginners | Lecture 3 (Hindi\Urdu)
https://youtu.be/Pdoszx2IUz4
.
C# for Beginners | Lecture 4 (Hindi\Urdu)
https://youtu.be/Pdoszx2IUz4
.
C# for Beginners | Lecture 5 (Hindi\Urdu)
https://youtu.be/4F-EbY2uG0I
.
Connect SQL Server to Visual Studio | Complete CRUD Operations Using C# with SQL Connection String
https://youtu.be/odxbh43P7Ks
.
How To Install SQL Server | Creating a Database & Table for Beginner | Step-by-Step Complete Guide
https://youtu.be/I3vvD21QQR4
-~-~~-~~~-~~-~-
Please watch: "Kotlin In Urdu - Introduction To Kotlin Programming Language In (Urdu / Hindi) - Lesson 5"
https://www.youtube.com/watch?v=RL6aaKoZeZ8
-~-~~-~~~-~~-~-
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «C# tutorial in Hindi/Urdu: Method, Parameters, Arguments, Return Values», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.