Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Does a class inherit the constructor of its super class?if
it does, how can you hide that constructor? if it doesnot
how can you call it from the sub class?

Answer Posted / pandu

Hi ,
constructor is never been inherited from superclass to
subclass.
we can call the Super class constructor in Sub class
by using
Super();
that too this stement should be first line in method.

Best Regards.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is array passed by reference in java?

988


Explain java coding standards for methods?

999


What is function overriding and overloading in java?

1065


Describe the process as to how substring() methodology mechanisms in java.

1065


What will happen to the exception object after exception handling?

952


What is the purpose of the file class in java programming?

970


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

1001


When should you use arraylist and when should you use linkedlist?

889


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

8024


What is a text string?

1039


What is difference between public static and void?

953


How many types of literals are there in JAVA?

1006


Is string a class in java?

939


How is final different from finally and finalize?

873


What are the problems faced by java programmers who don't use layout managers?

920