Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
8
Answers
What is the default Constructor of a Class?
Mazhar Pasha
7y
290
1
Reply
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?
Post
Reset
Cancel
Answers (
8
)
Next Recommended Forum
How to check/uncheck checkbox on button click in win C#
Why should we use new , instead of virtual