Tuesday, November 29, 2011

Why java does not support multiple inheritance.why we go for interfaces

Because the multiple inheritance causes the redundancy coz the size of the childs increases Suppose node derived from the multiple node causes the same method will be inherited in the that node so avoid redundancy....
Category:Java Interview Questions

No comments:

Post a Comment