Hi. I'm learning to write object oriented applications but still have much confusion.
Make an example: i need an object that is included in 3 different pages: page1, page2, page3. This object is a set of links to the other pages.
- link1(point to page1) - link2(point to page2) - link3(point to page3) -
Well .. i'd like that, when i'm on page1, active links are page2 anc page3, when i'm on page2 active links are page1 and page3 and so on.
Can you explain the way to solve it? Don't code, but howto approach and organize the problem.
Thankyou very much.
Paolo