Can a class inherit the constructors of its superclass?

Answer Posted / devarathnam

Hi... No.constructor cannot be inherited from super class.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use return in constructor?

495


what is static import in java? Explain

555


When should I use a singleton?

561


Difference between a class and an object?

582


What are untrusted applets?

587






What is a method type?

537


What are predefined functions?

578


How is string immutable in java?

543


Is age a discrete variable?

528


What is the preferred size of a component in java programming?

543


What is formatted output in java?

501


How many types of keywords are there?

564


What is data type example?

552


What is the method overriding?

621


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

563