Can we inherit the constructor in a Class?please give one
example.
Answer Posted / r.jainrocks@gmail.com
we can't inherit constructors because constructors are not the members of a class.
as in case of blocks.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are some characteristics of interference class?
Is string is a data type in java?
How can a gui component handle its own events in java programming?
Why is it called a string?
What is the synchronized method modifier?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is class forname used for?
What is the loop in java?
What is stringwriter?
What are the two ways to create a thread?
What is difference between module and function?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What do you mean by object?
State two differences between C and Java.
What is the difference between conversation & casting?