Hello all.
I'm starting with Object Oriented Programming, and I think I have a more or less appropriate understanding of OOP, but I can't say for sure, so I need to make things clear.
So, OOP is, in simple terms, is a way to have a certain type object, then call methods to use that object once to multiple times, and if the object class has random direction and/or speed, each instance of that object will look like it has a mind of it's own. Am I thinking the right way?
- MC.
I'm starting with Object Oriented Programming, and I think I have a more or less appropriate understanding of OOP, but I can't say for sure, so I need to make things clear.
So, OOP is, in simple terms, is a way to have a certain type object, then call methods to use that object once to multiple times, and if the object class has random direction and/or speed, each instance of that object will look like it has a mind of it's own. Am I thinking the right way?
- MC.
1