TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
schmintan
NA
64
0
Object Orientated Noob. help needed conceptualizing idea
Oct 26 2010 12:30 PM
Im new to thinking in an OO Fashion. im from a db background so procedural and functional methodologies are all i know.
Im writing a basic photo album in c# and asp.netand want it to be as Object Oriented as possible, purely for learning purposes.
Currently the objects i have are:
Photo. will contain a photo, description of photo and a path to the physical file.
Album. Can contain many photos.
User. Able to upload, delete photos.
One thing i am not sure of is in relation to uploading/deleting photos. Is this a method in the photo class? is it a method in the user class, as users delete/upload photos? Or is there a third class that im missing?
Reply
Answers (
1
)
Relation between classes in c#
Design pattern framework from dofactory