Can we inherit the constructor in a Class?please give one
example.
Answer Posted / praseen
We can not inherit the constructor in a class. Becoz we can't
have same class name. The constructor hava the same name as
of the class name.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you remove an object from an arraylist in java?
Is char * a string?
What an i/o filter in java programming?
Do you need to import math in java?
How do you compare two strings lexicographically?
What are accessor methods in java?
What is the function of http?
What are the advantages of unicode?
What are the different types of multitasking?
What is the purpose of static keyword in java?
Define how destructors are defined in java?
What is sleep method?
What is the function of log?
What is final keyword in java?
How many types of design patterns are there?