SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for October 16th, 2009

October 16th, 2009

What is an abstract class?

No Comments, Java Facts, by Daisy Williams.

An abstract class is a class that is partially implemented. It provides design convenience. An abstract class consists of one…

Share