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
angel
NA
13
0
Structural and Behavioral Patterns
Sep 14 2012 12:21 PM
Hi,
I'm starting in the Design world and I was wondering if you could please resolve a doubt that I have.
I have many client classes (A,E,I,O,U) which access to methods of another class(Z).
I want to make another class(X) which will have the same methods that "Z" but them will have a special handle of exceptions to avoid to do it in the client classes.
Which design patterns am I using?
Reply
Answers (
0
)
difference between factory pattern and Dependency Injection
Are Singleton classes thread safe ? When 10 threads access one singleton class so how can make it thread safe?