pratik gaurav wrote:how is Diamond Problem Solved in case of extending one Super class and implementing multiple Interfaces with one method in Common ?
Simple answer: it isn't.
The Diamond problem can still occur with interfaces, but it is less likely to be
insurmountable, because interfaces contain no implementation.
However, Suresh is quite right:
you should SearchFirst (←click) - either here on on Google - because this question has been asked and answered many times.
Winston