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 the difference between actual and formal parameters?
Which class represents the socket that both the client and server use to communicate with each other?
Can static methods access instance variables in java?
Is string is a keyword in java?
What is jdbc api?
What is a java applet? What is an interface?
Is arraylist ordered in java?
Explain about object oriented programming and its features?
What is collection class in java?
What is java in layman terms?
Can we access the non-final local variable, inside the local inner class?
What is difference between an object and a class?
How do you use find and replace?
What are adapter classes?
Is null keyword in java?