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
Sushant Shinde
NA
83
1.1k
Purpose of static classes in C#
Oct 3 2018 5:00 AM
Hello All,
While learning about static classes, i gone through many forums as far my understanding i got to know that static class members can be accessed directly using class name and hence not required to create object of that class which in turn helps save memory and faster execution of program.
So my question is if this is the case then why not always use static class over normal class.
I know my question may be little weird, also i may be wrong with the concepts. Please if any one can explain this in detail with example. would be great help.
Thanks.
Reply
Answers (
1
)
Method executing at unexpected time error
Using MDI Form closing and opening of forms in C#