Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

I am trying to code a program using decorator pattern to create a store receipt. Do you have any suggestion on what approach to use?
Posted
Updated 2-Nov-13 8:35am
v4
Comments
What have you tried and where is the problem exactly?
Richard MacCutchan 2-Nov-13 14:29pm    
Yes, start by defining what you mean by "decorative patterns".
Ranjan.D 2-Nov-13 14:32pm    
Are you still trying or could you show us the code ?

1 solution

Please have a look into the below article to understand what is Decorator pattern.

Understanding and Implementing Decorator Pattern in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900