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
Amit Maheshwari
NA
5.3k
1.4m
Way of calling method
Nov 28 2011 11:52 AM
Hi friends,
I want to know the way of calling the method rank() defined below
namespace Info
{
namespace dept
{
class student
{
public void rank()
{
Console.WriteLine("hiiiiiii");
}
}
class Journal
{
public void rank()
{
Console.WriteLine("Helloooo");
}
}
}
}
Reply
Answers (
1
)
How to get the connected client's machine name in C#?
Disconnect connection