Thursday, March 12, 2009

It is valid to declare an inherited method as abstract? (CoreJava)

Question :It is valid to declare an inherited method as abstract? (CoreJava)
Answer :Yes,It is valid. However, there is no way to get to behaviour which is
located above the abstract method in the hierarchy. In effect, you will
block access to parent methods further up the hierarchy.

No comments: