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
manas
NA
7
0
Multipul Inheritance in C#
May 5 2010 3:07 AM
Hi,
I am little confused , How to solve the following senario.
Let's say I have a class
ClassA{
X();
Y();
}
And classB{
Z();
}
Now i want to create a classC which have Method X(),Y() and Z();
But the limitation is i cant change anything of classA and classB
Can any one help me ?
Regrads
Manas
Reply
Answers (
7
)
extract the text from an image in c#.net
Professional coding