what is object

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sheida
    New Member
    • Sep 2006
    • 1

    what is object

    i want to know what is an object and what properties does it have and what can we do with object,in the other hand I wanna know everythinh about OBJECT
  • Reena83
    New Member
    • Sep 2006
    • 32

    #2
    Originally posted by sheida
    i want to know what is an object and what properties does it have and what can we do with object,in the other hand I wanna know everythinh about OBJECT

    Hi there, If you were referring to standard objects(also called controls) that you see in the VB interface: Its objects that can be place on forms. each control has its own set of properties, methods and events.
    eg. checkox, combobox, command buttons, etc.

    Comment

    • tulsaparihar
      New Member
      • Sep 2006
      • 3

      #3
      Originally posted by sheida
      i want to know what is an object and what properties does it have and what can we do with object,in the other hand I wanna know everythinh about OBJECT
      OBJECT IS ANY REAL WORLD ENTITY MEANS ANY THING
      THAT HAVE ATTRIBUTE(STATE AND BEHAVIOUR-HOW OBJECT LOOK LIKE) AND MEHTOD(WHAT OBJECT CAN DO)

      Comment

      Working...