ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

what happens when the sub class object is created ?

When we create the object of the sub class, the constructor of the super class is called to initial the parameters if any in the super class. But the object of the super class is never created when the sub class object is created, only the constructor of the super class is called.
Related Posts Plugin for WordPress, Blogger...
Flag Counter