0
Why should i type public before constructor? can i create a constructor without public?
2 odpowiedzi
0
you can not access this constructor out the class if its type not public
0
yes u can.. if you don't mention it as public then by default it is considered as package