2,626
Loading...
Uploader Comments (derekbanas)
see all
All Comments (28)
-
@derekbanas Great :)
-
@derekbanas so in a class they are called functions and as an object they are methods?
-
Very clear presentation.
Thanks for this great FREE tutorial on OOP.
-
@soltau2321 When you want to build an Object which is a self contained group of variables and functions you need a blueprint. That blue print is called a class. A class defines all of the variables and functions every object must have. A every dog class has the variables name and a function bark. Then each individual dog object would have its own name and special bark function. Does that make sense?
Loading...
I did not find the voice very nice . Try to speak slowly, then it might be good to listen.
Nice presentation BTW
szLynAs 2 months ago
@szLynAs This was an early tutorial. My new stuff is much more professional and doesn't have any music :)
derekbanas 2 months ago
I'm learning programming, when you say function in oop do you mean method or are they the same thing.
phillipmai242 3 months ago
@phillipmai242 Technically a function in an object is called a method. Aside from the jargon they are in essence the same thing
derekbanas 3 months ago
yeah. thank for the explanation . i found it very useful.
soltau2321 5 months ago
@soltau2321 Thank you. I'm glad you liked it
derekbanas 5 months ago