What is an Abstract Class and what is it's purpose?

What is an Abstract Class and what is it's purpose?

Hi,

What is an Abstract Class and what is it's purpose?

Thanks,

View Answers

April 12, 2013 at 11:04 AM

Hi,

An abstract class is a class that is declared by using the abstract keyword. It may or may not have abstract methods. Abstract classes cannot be instantiated, but they can be extended into sub-classes.

For more details visit http://www.roseindia.net/help/java/a/java-abstract-class.shtml

Thanks,









Related Tutorials/Questions & Answers:
What is an abstract class?
What is an Abstract Class and what is it's purpose?
Advertisements
what's the purpose of constructor in abstract class?
What are the difference between abstract class and interface?
What is Abstract classes in Java?
what is the meaning of abstract?
What is an abstract method?
What is use of a abstract variable?
What is use of a abstract variable?
What is Calendar class in Java?
Abstract class
What is Action Class?
What is final class?
What is the Locale class?
What is the base class of all classes?
what is the size of java class
abstract class
what is class methods in objective c
what is class methods in objective c
What is a local, member and a class variable?
Abstract class
abstract class
Why Abstract Class?
Why Abstract Class?
abstract class
Abstract class
abstract class
Abstract class
Abstract class and interface in Java
abstract class - Java Beginners
What does it mean that a class or member is final?
What are the different types of property and class mappings?
If I open .class file with notepad what is displayed?
Interface and Abstract class
What is inner class in Java? - Java Beginners
What happens to the static fields of a class during serialization?
what is the working of JVM when An object is created of a class?
code for abstract class
What is nested class in Java with Example?
What is nested class in Java with Example?
Java Abstract Class Example
Java Abstract Class
Abstract class and abstract method
Java abstract class
variables and methods declared in abstract class is abstract or not
abstract class and interface - Java Beginners
abstract class and overriding - Java Beginners
Abstract class,Abstract methods and classes
Interface and Abstract class
Abstract class - Java Beginners

Ads