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
Maha
NA
0
326.2k
What is the difference between two
Jul 21 2012 10:28 AM
(1)
GirlScout gs = new GirlScout("Rose", 2000, 20.50);
(2)
GirlScout gs = new GirlScout();
gs.setName("Rose");
gs.setID(2000);
gs.setDue(20.50);
Other than making different format in the
GirlScout
class,
is there any difference in the above two ways in writing.
Reply
Answers (
2
)
how to make the sql command insert ,select ,update ,delete class in c#
Sort a custom list - list of struct