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
325.9k
Constructor
May 13 2014 10:21 AM
Once you instantiate an object, data field in the class of that particular object will be automatically set. For example
Numeric fields are set to 0 (zero).
Character fields are set to '\0', or null.
Boolean fields are set to false.
Object-type fields, such as string or any class object, are set to null (or empty).
So what is point of requesting to set zero again in this question. Problem is highlighted.
Attachment:
277.zip
Reply
Answers (
2
)
Copy text box(numeric double) value to txt file.
how to get sub report Parameters by c#