Dynamic

    Dynamic model is an object-oriented programming method, the main programming process is as follows.

  1. Definition class
    The first step is usually to create classes, that is, to define the type of model.
     
  2. Create object
    The second step is to instantiate objects, which are created using classes.
      
  3. Using object
    Object is the final program, and running program is to execute the behavior of various objects.     

 

Copyright ©  2007-2019 XWorker.org  版权所有  沪ICP备08000575号