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 Difference and similarities between an interface and an abstract class !-- @page { margin: 0.79in } P { margin-bottom: 0.08in } --> Abstract class iProgram for button demo import java.awt.*; import java.awt.event.*; import java.applet.*; public class BorderLayoutExamplData Types Data type: - A data type is a term that refers to the kind of data that variable may hold in a Difference between private, protected, and public !-- @page { margin: 0.79in } P { margin-bottom: 0.08in } --> These keywords ar