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 is api data?
Differentiate between vector and array list.
Which list is sorted in java?
Define linked list and its features with signature?
Why we go for collections in java?
What do you mean by Function Overloading in java?
What are void pointers?
When will we prefer to use set and list in java and why?
Can we overload final method in java?
Why is flag used in java?
What carriage return means?
What is quick sort in java?
Distinguish between a predicate and a function?
Are arrays passed by reference in java?
when should you use stringbuilder class in a program?