In object-oriented programming, an object is represented as a structure holding variables and all of the methods that the object can perform. (true/false>

False. Each object has a tag telling its class, and that tag is used to find the object's methods. Only the variables are explicitly stored with the object.