Relative Content

Tag Archive for object-oriented-design

Modeling Associations

I am working on the design phase of a paper folding project. I have a few queries in this.
Part of the problem statement says
” A web can contain one or more ribbons in it. It can also contain a group of ribbons folded together inside it.”

Modeling Associations

I am working on the design phase of a paper folding project. I have a few queries in this.
Part of the problem statement says
” A web can contain one or more ribbons in it. It can also contain a group of ribbons folded together inside it.”

Domain model for a notification system

I’m trying to build a modular notification service in a ASP.NET MVC web application. The application generates notifications and the service is responsible for delivering the notifications to the right users. When creating a domain model for the notification service, inheritance naturally comes to mind.