SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for August 25th, 2009

August 25th, 2009

Difference between abstract classes and interfaces

No Comments, Java Facts, by Daisy Williams.

Abstract class: In java, an abstract class is a class that is partially implemented. It provides design convenience. An abstract…

Share