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
Ilkin Turk
NA
349
160.9k
Open Closed Principles
Jan 13 2014 1:47 AM
How to keep Open closed Principles between methods where only parameters different.
For example :
interface IDo()
{
void Do(string a)
}
Class DoFirst:IDo{}
if we need to extend parameters of the same function (void Do(string a,int b))
How to apply Open Closed Principle?
Thanks in advance
Reply
Answers (
1
)
List of objects in c# and get there name in loop
How to generate pdf using c# with header and footer