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
Johnny Nguyen
NA
6
8.3k
SoS
Apr 18 2011 12:01 AM
Hi Guys! could you please help me answer following question. I'm a beginer with C#..TT__TT.
Explain why the instance empty of the
empty
of the
EmptyClass
class has the
ToString ()
method?
using System;
using System.Collection.Generic;
using System.Ling;
using System.Text;
namespace FinalExam2010
{
Class EmptyClass
{
}
class Program
{
static void Main(string [] args)
{
EmptyClass empty= new EmptyClass();
string s = empty.ToString();
}
}
}
Regrads
Johnny
Reply
Answers (
2
)
Delete Xml
Open a Doc file using C# Code