• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

object and its interaction

 
Ranch Hand
Posts: 594
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Group of objected should be interacted with each other to complete assigned task, if For example, 100 class are there ,if each object interact with other with out any pre-defined way ,it will be clumsy
I want to define the boundary for some group of object ex :Object 1,6,4,56,3 are interact with each other ,object 33,45,21,78,34 are interact with each others, so on so,

If these sub groups want to interact, then I want to define a best way.

What ever I stated is my opinion only

Please suggest it correct or nay enhanced to be done for same??
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the problem?
 
reply
    Bookmark Topic Watch Topic
  • New Topic