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
What is abstract class constructor called?
What is user defined exception in Java?
what are synchronized methods and synchronized statements? : Java thread
What is string manipulation?
What are the types of strings?
Is vector ordered in java?
What is a method signature java?
Why collection doesn’t extend cloneable and serializable interfaces?
what is thread in Java ?
How to create a base64 decoder in java8?
What do you mean by constructor?
What is difference between call by value and call by reference?
What do you understand by garbage collection in Java? Can it be forced to run?
What is the mapping mechanism used by java to identify IDL language?
What is the difference between keyword and identifier?