hoe can u call a constructor of a private classs to other
inherited claa??
Answer Posted / ditendra
class can't be private if it is not a inner class .
we can call constructor of inherited class from private
inner class using super()method.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is e java?
What value is a variable of the string type automatically initialized?
Can we have multiple public classes in a java source file?
What are annotations in java?
How do you declare an array in java?
What happens if an exception is throws from an object's destructor?
How is Object Oriented Programming different from Procedure Oriented Programming?
What are scalar data types?
What is lexicographically smallest string?
What is dot operator?
Why do we need singleton class?
What is class level lock ?
What 5 doubled?
What is a copy constructor in java?