Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

What does object-oriented mean?

OpenStudy (anonymous):

In a nutshell take this with a grain of salt no time to write a book.....OOP programming means that a bunch of seperate files/code objects (objects) that are working together to represent a program these files/code objects can be interchanged and re-organized to create other programs with similar features OOP = object oriented programming.

OpenStudy (anonymous):

it means that everything is inside classes and is treated as an object.

OpenStudy (arwym):

In OOP, you deal with objects and classes. An object is a particular instance of a class. Each class has a series of attributes or properties, and specific functions and/or methods that it can use; therefore, each object of that class has those same attributes and methods. Objects are constructed, rather than simply being assigned a value. For instance, if you have a Dog class, all members of the Dog class have a Name and an Age, and all of them can Bark, Roll Over, and Wag Their Tails. Well, something like that...

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!