What is Abstract classes in Java?

What is Abstract classes in Java?

What is Abstrack class in Java programming language?

Please suggest any reference for finding examples.

thanks,

View Answers

March 26, 2013 at 12:31 PM

Hi,

In Java programming language we are used the Java Abstract class to declare some common characteristics of subclasses.This Abstract class cann't be instantiated (we cann't be create instances of an Abstract class). The main purpose of using Abstract class as to function as a base for subclasses. That's why the Abstract class in Java programming language is used to provide a template or design for concrete subclasses down the inheritance tree.

For details visit Abstract class in Java









Related Tutorials/Questions & Answers:
What is Abstract classes in Java?
difference between java5 and java6 - Java Beginners
Advertisements
Abstract class,Abstract methods and classes
Inheritance, abstract classes
Interfaces and Abstract Classes - Development process
Java2
Abstract Classes - Java Interview Questions
What is an abstract class?
what is the meaning of abstract?
What is an abstract method?
What is an Abstract Class and what is it's purpose?
What is use of a abstract variable?
What is use of a abstract variable?
Javah
Abstract methods and classes
What is the base class of all classes?
what's the purpose of constructor in abstract class?
about java1
What are the core classes of struts? - Struts
What are the difference between abstract class and interface?
What are Classes and Interfaces in Java?
About Java2
Javah -  Header File Generator
javaa swings - IDE Questions
Java Abstract Class Example
Javap Tool application
What classes should I take if I want to become a data scientist?
Abstract class
Javah - Header File Generator
abstract class - Java Beginners
abstract class
Artifacts of javax
Abstract and Interface
Abstract and Interface
Abstract class and interface in Java
Javah - Header File Generator
classes
Abstract class and abstract method
Interface and Abstract class
Java Abstract Class
ModuleNotFoundError: No module named 'javax'
ModuleNotFoundError: No module named 'javax'
Javac -source KeyTest.java
Abstract Factory Pattern
abstract class
abstract class and interface - Java Beginners
abstract class and overriding - Java Beginners
abstract method
abstract class
Abstract class

Ads