Mazhar Pasha

Mazhar Pasha

  • NA
  • 61
  • 2k

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?

Answers (8)