Defining an abstract class December 29, 2011 Definition:- A class containing abstract method is called Abstract class. An Abstract class can't be instantiated. Example of Abstract class: abstract class test { protected String Str; public String getStr() { return Str;}public abstract string anyAbstractFunction();} Tweet Share Share Share Share About Admin MC3 This is dummy text. It is not meant to be read. Accordingly, it is difficult to figure out when to end it. But then, this is dummy text. It is not meant to be read. Period. Related Post