C# - How to add methods to a class

  Рет қаралды 45,807

Coffee Cup Dev

Coffee Cup Dev

Күн бұрын

Пікірлер: 39
@Vector2050
@Vector2050 13 жыл бұрын
thank you 4 your video collection. from numerous c# videos your c# presentations are the most vivid, highly professional & helpful. you do not repeat some c# book like a parrot. upon an eye op i lost my central vision while in the middle of a project. reading became almost a torture even w/ tools 4 the blind. your presentations helped me to minimize reading & continue the project. you are a talent & a pro, in deed good health to you! jordan
@heidihas300
@heidihas300 15 жыл бұрын
First i would like to say you are a very very good teacher second plz make more movies third Thank you so much you help a whole lot
@muscleshawty1995
@muscleshawty1995 10 жыл бұрын
this was really good and FINALLY i got my concepts about classes, methods and objects clear thanks to your videos. tried lots of videos, lots of books, and tried concentrating on my teacher's lecture twice as hard as i do but it didn't work. this did. amazing works. thanks!!
@rk-mu8yf
@rk-mu8yf 14 жыл бұрын
awesome video. thank you very much. small help....I am looking for some exercises which could help me understand the language more and improve my logic. do you know where can i find them?
@thewholocknetwork3797
@thewholocknetwork3797 10 жыл бұрын
dude i cant thank you enough i have an university assignment due in this friday and i was struggling thank you for creating a video that is really helpful
@pachorudo1
@pachorudo1 15 жыл бұрын
how can i do the same but, now introducing text from a textboxes and display in the messagebox?
@JeroenElsen
@JeroenElsen 12 жыл бұрын
Hope you make more of these c# tutorials this was really helpful.
@CSSuccessGamer
@CSSuccessGamer 6 жыл бұрын
If i have a static int value from the main form., can i used the method from within the class to change that int value?
@Coffeecupdev
@Coffeecupdev 6 жыл бұрын
I think you are mixing two questions. Having the ability to change or "see" a variable is related to scope, not it being static. In other words it depends if you declared it as a private, public, protected, internal... Now a variable being static just means that there is just a single instance of it in memory. So all methods that use it will be referencing the same value. I hope this helps and thanks for watching! :)
@heidihas300
@heidihas300 15 жыл бұрын
First you are a very very good teacher second plz make or movies third thank you you help a lot a whole lot
@vbBegin1957
@vbBegin1957 14 жыл бұрын
Hello BablioBr, I like the video you created it is clear for me to understand how to create a class. This is the area that I was having problems. I can create a method but didn't know how to call that method from the class to the main form. Thanks for your tutorial. One question though, how can you specify the out without the ByRef method? Desi Bravo
@faoey0915
@faoey0915 13 жыл бұрын
on ur methon getAge() you can use this.ReleaseDate right? no need for parameters... may be u just did that to show how a method can access parameters?
@trotskij4
@trotskij4 15 жыл бұрын
Thanks! That was short and clear. Really appreciate your style, and thanks for HD resolution! :) Could you do some coverage for delegates one of these days. I think many amator developpers are really messed with them ... Event handeling also is not as simple as it appears ... Another topic might be interfaces - it seems something unique to C#?..
@martingardener
@martingardener 12 жыл бұрын
When I put the MessageBox into the class it just underscores in red and says "The name 'MessageBox' does not exist in the current context" It doesnt highlight in light blue as per your example. Any ideas anyone?
@elkaramani
@elkaramani 7 жыл бұрын
5 years later and now I have this problem lol
@sigitas909
@sigitas909 6 жыл бұрын
If you're doing it in the class, you have to add the using system.windows.forms; to the top
@Coffeecupdev
@Coffeecupdev 15 жыл бұрын
new video will be up later on today. Thx for watching.
@deltekkie7646
@deltekkie7646 4 жыл бұрын
Please use a headset mic. The keyboard clicks are very distracting.
@0diepus
@0diepus 13 жыл бұрын
F n aye!!! Thanks for posting this vid. Big help; damn book makes no sense. After watching your vid and then reading the book, it all makes sense now. Thanks again.
@puremaths729
@puremaths729 13 жыл бұрын
Hi thanks for your video, very informative... excellent!!! Can you upload a tutorial on how to call two or more methods and execute them one after the other by just clicking a button. Thanks for your help.
@revipod
@revipod 11 жыл бұрын
Nice video! The date part was a bit confusing tho. Nevertheless, thanks a lot Fabio! Liked.
@TheMrShpend
@TheMrShpend 12 жыл бұрын
Nice vid man! Very informative!!
@TheSlyRipper
@TheSlyRipper 14 жыл бұрын
Nice vid, it helps loads.
@arslanali774
@arslanali774 6 жыл бұрын
Hi , Can I Get A Linkn To Your Facebook Profile , I Want To Dicuss About My College Project ?
@Coffeecupdev
@Coffeecupdev 6 жыл бұрын
Arslan Ali I don't have Facebook. But I'd be happy to chat with you. You can find me on Twitter @BablioBr if you want to follow me, I'll follow you back and we can direct message.
@arslanali774
@arslanali774 6 жыл бұрын
Fabio Scopel sure I'll follow you there
@romangeneral23
@romangeneral23 13 жыл бұрын
Awesome vid man
@vax9877
@vax9877 8 жыл бұрын
Thanks ,this should help me with my homework ! :D
@illtrykillu
@illtrykillu 12 жыл бұрын
gr8 tut, keep up the good job.
@martingardener
@martingardener 12 жыл бұрын
Forgot to include namespaces that werent there as default. Sorted it.
@kammykazee
@kammykazee 11 жыл бұрын
thanks you very much, i learned a lot.
@Coffeecupdev
@Coffeecupdev 11 жыл бұрын
That's really awesome to know! Thank you for watching! :)
@kingofbaroda
@kingofbaroda 13 жыл бұрын
Excellemt video buddy...
@abdolabdollah1783
@abdolabdollah1783 11 жыл бұрын
Good Job. You made small mistake. You said overload method. actually you did not have one. you have method onyl. I think we use the term overload if you have two functions with the same names. Over all I like your work. thank You.
@bnikon
@bnikon 13 жыл бұрын
excellent tutorial simplified.but u need to teach authors(from re known publishers) how to write a book for student not for professor. :p
@Niumane
@Niumane 10 жыл бұрын
Thank you very much!!
@ckbapps2009
@ckbapps2009 9 жыл бұрын
Thanks now i understood
@brianlaudrupchannel
@brianlaudrupchannel 9 жыл бұрын
looks really similar to java
C# - How to create a class, objects and add members to the class.
6:39
9.7 Class Methods - Learning C#
17:21
ParametricCamp
Рет қаралды 3,1 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Classes & Objects | C# | Tutorial 25
13:25
Giraffe Academy
Рет қаралды 178 М.
Master Pointers in C:  10X Your C Coding!
14:12
Dave's Garage
Рет қаралды 342 М.
C# classes 📦
4:54
Bro Code
Рет қаралды 90 М.
C# - Understanding Classes
4:36
Coffee Cup Dev
Рет қаралды 14 М.
C# - How to LINQ to Objects
8:24
Coffee Cup Dev
Рет қаралды 33 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 319 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН