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
Allen sabuhi
NA
5
0
Class - member initialization
Jul 27 2009 11:16 PM
Hi there, I am wondering what the difference is in the following 2 classes. Thanks
Class X
{
int i = 10;
}
Class X
{
int i;
public X()
{
i = 10;
}
}
Reply
Answers (
4
)
Having a weird problem with Object.ToString()
url rewritten using CPP