Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Arnold Scott   on Dec 02 In Java Category.

  
Question Answered By: Hadil Khan   on Dec 02

u can access  a private  conustructor by making a call from one
of the public constructor of that class and using that constructor to create an
object of that class. u have to place a call to that private constructor from
which ever constructor u want.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on how can i access a private contructor. Or get search suggestion and latest updates.


Tagged: