| Author |
Concrete Method
|
rex tony
Ranch Hand
Joined: Aug 29, 2007
Posts: 159
|
|
|
What is Concrete Method,Example?
|
 |
Sunny Jain
Ranch Hand
Joined: Jul 23, 2007
Posts: 433
|
|
Hi, As per my knowledge, Concrete and abstract are opposite to each other; Just like abstract method doesn't have implementation detail with it, in the same manner concrete method has implementation details. for eg : on further digging I found the following : Suppose we have methodA in superclass, which is override by many of the subclasses, so which is the conrete method: superclass method is called as concrete method. Conclusion: First implementation detail of a method let us to call the method as concrete method. This is as per my understanding, Please correct me if I am wrong.
|
Thanks and Regards,
SCJP 1.5 (90%), SCWCD 1.5 (85%), The Jovial Java, java.util.concurrent tutorial
|
 |
Sunny Jain
Ranch Hand
Joined: Jul 23, 2007
Posts: 433
|
|
Hi, As per my knowledge, Concrete and abstract are opposite to each other; Just like abstract method doesn't have implementation detail with it, in the same manner concrete method has implementation details. for eg : on further digging I found the following : Suppose we have methodA in superclass, which is override by many of the subclasses, so which is the conrete method: superclass method is called as concrete method. Conclusion: First implementation detail of a method let us to call the method as concrete method. This is as per my understanding, Please correct me if I am wrong.
|
 |
 |
|
|
subject: Concrete Method
|
|
|