@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?
@Eady2007 Thank you :) I have a ton of programming videos that I've really worked to improve. My newer stuff should really help you because I think I've gotten much better
I appreciate the tutorial but I'm afraid it was too abstract for me. I just got lost trying to follow the metaphors without actual, real-world coding examples.
@templarart Sorry about that. I did a tutorial called Python How to Program Pt 6 that covers oop in a much better format. I use real code. It should work better for you
@derekbanas Thanks, I checked out the PHP version and understood it right away. Great tutorial! You're providing a real service for us wanna-be programmers.
@templarart Super! I'm glad you liked it. I've gotten much better at doing tutorials recently. Stick with it. It isn't that hard to learn how to do most anything through programming :)
@4xtraATL Python is a very powerful language that is extremely easy to learn because it just makes sense. It's hard to explain. Most people who are new to programming can normally understand it. Java on the other hand is great but much harder to read. I hope that makes sense
I am changing my major to CIS this summer an I am seeking guidance because the syllabus is OOP heavy.
I have a Novell Background so I have a foundation I will be watching your site closely
but trust me,...your site is FAR better than the others but assume everyone is a beginner because some "advanced" people are not as advanced as they "think" they are because when it comes to programming there are a million variables in every single step of the way.
@4xtraATL My python tutorial is probably the best one for learning oop. JavaScript and PHP aren't true oop languages, but Python is. Java is another true oop language, but I think it is a terrible first language to learn. As per job prospects for CS majors I have no idea. I get tons of work, but I have a ton of contacts, experience and I'm cheap :) I'm glad to help in anyway I can
@4xtraATL OOP is just the preferred way to program. Actually people normally use what are called design patterns in modern programming. I will cover this topic at some point. For example the iPhone is programmed in what is known as the Model View Controller pattern by default. I normally always use MVC in my code in every language. I hope that answers your question
@4xtraATL I've created many better oop videos recently. I made them using live over the shoulder explanations like you asked for. Go to my channel and search for oop. My best oop tutorial is done in python, but I also have one in php, JavaScript and objective c. Thanks :)
@tyronecrawford1 I agree I've gotten better at doing video tutorials lately. Check out my tutorial called Python 2.7 Tutorial Pt 7. I think it may be what your looking for and definitely more interactive. Hope you like it
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
@derekbanas Great :)
szLynAs 2 months ago
I'm learning programming, when you say function in oop do you mean method or are they the same thing.
phillipmai242 2 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 2 months ago
@derekbanas so in a class they are called functions and as an object they are methods?
phillipmai242 2 months ago
Very clear presentation.
Thanks for this great FREE tutorial on OOP.
martinprovost2 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
i have a problem with the terms objects and class. i am not sure i understand these two words and how you use them, plz help
soltau2321 5 months ago
@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?
derekbanas 5 months ago
made a class called 'tune-up' sounded like tuna. bucky anyone?
frostshadow5 7 months ago
You explain everything very well. I enjoy watching and got a lot out of the video. I'm going to look at your programming videos for now now.
Eady2007 8 months ago
@Eady2007 Thank you :) I have a ton of programming videos that I've really worked to improve. My newer stuff should really help you because I think I've gotten much better
derekbanas 8 months ago
I appreciate the tutorial but I'm afraid it was too abstract for me. I just got lost trying to follow the metaphors without actual, real-world coding examples.
templarart 10 months ago
@templarart Sorry about that. I did a tutorial called Python How to Program Pt 6 that covers oop in a much better format. I use real code. It should work better for you
derekbanas 10 months ago
@derekbanas Thanks, I checked out the PHP version and understood it right away. Great tutorial! You're providing a real service for us wanna-be programmers.
templarart 10 months ago
@templarart Super! I'm glad you liked it. I've gotten much better at doing tutorials recently. Stick with it. It isn't that hard to learn how to do most anything through programming :)
derekbanas 10 months ago
you said JAVA is a terrible first language...is that because it is difficult for a beginner to learn??
Python sounds like some sort of an editor (never heard of it)
4xtraATL 10 months ago
@4xtraATL Python is a very powerful language that is extremely easy to learn because it just makes sense. It's hard to explain. Most people who are new to programming can normally understand it. Java on the other hand is great but much harder to read. I hope that makes sense
derekbanas 10 months ago
I am changing my major to CIS this summer an I am seeking guidance because the syllabus is OOP heavy.
I have a Novell Background so I have a foundation I will be watching your site closely
but trust me,...your site is FAR better than the others but assume everyone is a beginner because some "advanced" people are not as advanced as they "think" they are because when it comes to programming there are a million variables in every single step of the way.
4xtraATL 10 months ago
@4xtraATL My python tutorial is probably the best one for learning oop. JavaScript and PHP aren't true oop languages, but Python is. Java is another true oop language, but I think it is a terrible first language to learn. As per job prospects for CS majors I have no idea. I get tons of work, but I have a ton of contacts, experience and I'm cheap :) I'm glad to help in anyway I can
derekbanas 10 months ago
In your opinion is oop the field to be in?
4xtraATL 10 months ago
@4xtraATL OOP is just the preferred way to program. Actually people normally use what are called design patterns in modern programming. I will cover this topic at some point. For example the iPhone is programmed in what is known as the Model View Controller pattern by default. I normally always use MVC in my code in every language. I hope that answers your question
derekbanas 10 months ago
if you did a live screen shot from the program this would be more thorough..
I like the tutorial
and like the guy below...I am more of a VISUAL type learner.
4xtraATL 10 months ago
@4xtraATL I've created many better oop videos recently. I made them using live over the shoulder explanations like you asked for. Go to my channel and search for oop. My best oop tutorial is done in python, but I also have one in php, JavaScript and objective c. Thanks :)
derekbanas 10 months ago
I like how you articulate it, but you could show yourself doing it. Most people are more visual. I might as well read a book on it.
tyronecrawford1 1 year ago
@tyronecrawford1 I agree I've gotten better at doing video tutorials lately. Check out my tutorial called Python 2.7 Tutorial Pt 7. I think it may be what your looking for and definitely more interactive. Hope you like it
derekbanas 1 year ago