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
Naresh Babu Gopavaram
1.5k
248
249.1k
Help me to resolve this senario in oops.
Aug 14 2014 5:52 AM
Senario
Public Classs C1
{
public void Method1()
{
Console.WriteLine("Method1") ;
}
}
Public Classs C2
{
public void Method2()
{
Console.WriteLine("Method1") ;
}
}
Public Classs C3:C1,C2
{
Static Void Main()
{
C3 obj=new C3();
//here i want call Method1 and Method to
obj. Method1();
obj. Method2();
}
}
How can i achive the above thing with out using interfaces.
Reply
Answers (
4
)
not to be close while use error provider
how to send fields (Database Access) in Arrey