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
Mazhar Pasha
NA
61
2.1k
What is the default Constructor of a Class?
May 23 2017 3:12 AM
What is the default Constructor of a Class?
If I have a Class and constructor as like below.
public class Employee
{
Employee ()
{
}
}
In above code , What is the access modifiers for constructor?
Reply
Answers (
8
)
How to check/uncheck checkbox on button click in win C#
Why should we use new , instead of virtual