what is abstract method with example?
Answer Posted / vikram
Hi Gopal, well I will explain u abstract methods in
layman's language. Sometimes, we want a method to perform
different functionalities. for eg. if suppose we have a
method dat finds d the area of geometric figures. Now every
geometric figure has different formula for calculating the
area. In dat case we go for abstract methods. where we just
declare a method by any name, in our case let it be "area
()". Now we can construct the body of this method depending
upon the type of geometric figure and the formula required
to find its area, seperately for all geopmetric figures.
But we will use the same name "area()" for all the methods
dat we define below to find the areas. I hope u got a vague
picture of abstract methods.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What is the difference between a field variable and a local variable?
Explain the term virtual machine?
Write a method to check if input string is palindrome?
What is flag in java?
What is contractor means and methods?
Is java a compiler?
List some oops concepts in java?
Explain about field hiding in java?
What’s meant by anonymous class?
Difference between current previous versions of Java?
What is null object in java?
What do you mean by chromounits in java8?
What is the use of java?
What is use of static method?
How do you make a thread in java?