Question: What is method or constructor overloading? why overloading is useful? If a class has a field called myfield, which is a double, write a method
What is method or constructor overloading? why overloading is useful?
If a class has a field called myfield, which is a double, write a method getField() so a user of the class can get tthe value in that field.
(I want this in java)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
