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
Gaurav Sule
NA
3
1.3k
c# class query n methods
Aug 6 2014 3:04 PM
class A class B
{ {
void m1() void m2()
{ {
} }
in this have to call a method m2 from Class B to Class A.
but restriction is dat:
no abstract class, abstract method,static,interface,
no object creation of class B in A, nested class,constructor,
paramtertised contrsctor nothing. no relation betwn A n B n no creation of 3rd class.. no partial obj or class..
Only can do is dat make obj in main class bt not in body.
n mam told dat codeis of only 3 lines..
Reply
Answers (
3
)
How to add Facebook type image uploader in my asp.net webapp
How to change the calendar type in dateTimePicker?