how to call One constructor from another;
Answer Posted / talk2sreenivas@gmail.com
I think we find that anything you could have done in Java by
calling the default constructor from another constructor,
you can do easily in Curl by calling the default constructor
from a factory.
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
How do you reverse a list?
What is lambda programming?
What is the exact difference in between Unicast and Multicast object?
What is multithreading in java?
Is object a data type in java?
What is the abstract class?
Explain implementation and how is it different from conversion?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is a container in a gui?
What is instance example?
How can u increase the heap size in the memory?
Difference between comparator and comparable in java?
What is blank final variable?
What is the difference between static binding and dynamic binding?
Can you instantiate the math class in Java?