Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. UML dependency and association

UML dependency and association

Scheduled Pinned Locked Moved Design and Architecture
question
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pierpaolo paparo
    wrote on last edited by
    #1

    Hi, I have been trying to understand the differnce between these two concepts, however I am still a bit confused. if I have this interface Interface IArticleFactory { IArticle Create(Parameter p) } What is the relationship beetween IArticle and IArticleFactory? Dependency, Association or none. What is the relationship beetween Parameter P and IArticleFactory? Dependency, Association or none. (some people show no relation at interface level) Again Class ArticleFactory : IArticleFactory { IArticle Create(Parameter p) { return IArticle = new Article(p); } } What is the relationship beetween IArticle and ArticleFactory? Dependency, Association or none. What is the relationship beetween Article and ArticleFactory? Dependency, Association or none. What is the relationship beetween Parameter P and ArticleFactory? Dependency, Association or none. Thanks Pierpaolo

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups