Are constructors inherited, JAVA Programming

Assignment Help:

Are constructors inherited? Can a subclass call the parent class constructor and When?


Related Discussions:- Are constructors inherited

Program on remote procedure call on a cs architecture, This project simulat...

This project simulates a remote procedure call on a client-server architecture. You will create both the client and the server. The server will maintain a linked list. It must N

What type of operations takes place inside microprocessors, What type of op...

What type of operations takes place inside Microprocessors Building Blocks? Enlist them along with brief description. Bus Interface Unit: The bus interface unit is the part o

Pebblemerchant, how to write a java program for pebble merchant

how to write a java program for pebble merchant

Explain role java.rmi.naming class, The Naming class gives methods for stor...

The Naming class gives methods for storing and obtaining references to remote objects in the remote object registry.

What is prototype, Prototype is having multiple instances or having clone.

Prototype is having multiple instances or having clone.

Why local variable is preferred over global variable, Why Local variable is...

Why Local variable is preferred over Global variable ? In my point of view Global variable has a few advantage along with Local variables is preferred because of the subsequent

Program for randomly generated 3- digit number matches, Program for Randoml...

Program for Randomly Generated 3- Digit Number Matches This assignment demonstrates your ability to use basic Java syntax including selection and looping statements. You will

Multiple choices output and codes, codes and output on how to make multiple...

codes and output on how to make multiple choices quiz

Write a program to perform multiplication and division, Write a program to ...

Write a program to perform multiplication and division in java? Of course Java could also do multiplication and division. Because most keyboards don't have the times and divisi

12/3/2013 1:53:46 AM

You cannot inherit a constructor. Since you cannot create a instance of a subclass using a constructor of one of it''s super classes. One of the main reasons is because you probably don''t want to override the super class constructor, which would be possible if they were inherited. By giving the developer the ability to override a super class, constructor you would erode the encapsulation abilities of the language.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd