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
324.9k
same or different
Dec 26 2011 1:00 PM
In the following HousePlant object's public method having three HousePlant's prameters
HousePlant x = new HousePlant();
x.SetName("Philodendron");
x.SetPrice(29.99);
x.SetValue(true);
In the following
HousePlant
constructor having three
HousePlant
parameters
HousePlant x = new HousePlant("Philodendron", 29.99, true);
I wish to know both are same or different
.
Reply
Answers (
9
)
Working with picture box in C# windows application forms.
Drawing Tool in Console Application