What is the need of abstract class?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

The classes which are defined with the abstract keyword are known as abstract classes. Abstact classes contain one or more abstract methods. An abstract method is declared but contains no implementation. It requires subclasses to provide implementations for the abstract methods. Abstraction is a feature...
read more
The classes which are defined with the abstract keyword are known as abstract classes. Abstact classes contain one or more abstract methods. An abstract method is declared but contains no implementation. It requires subclasses to provide implementations for the abstract methods. Abstraction is a feature in object-oriented programming languages like Java, where the implementation details are hidden. 'Abstract' keyword is used to create abstract classes and methods. Abstract classes in Java are similar to the interfaces, except that it can contain default method implementation. Abstract classes only tell the programmer what to do and not how to do it. Abstract classes are mainly required when we have to share some common operations between certain subclasses. They are primarily used for those sets of classes that are closely related to each other. For example, if you talk about shape, then it is abstract because the shape can be anything square, round, triangle etc. But when we say triangle shape, then it is specific. The primary purpose of using abstract classes is to enhance polymorphism feature. That means the code will work for any subclass of the abstract superclass. Abstract classes are used the same as super-classes EXCEPT that an Abstract class cannot be instanced itself, but only through classes that implement it. read less
Comments

Related Questions

What are the best websites to learn java as well as get a certificate from them?
Blindly go for oracle certification java program .
Abirami
0 0
7
in java every thing is in the form of object
Everything is object is java except primitive data types like int,long etc..thats the reason its not 100 % object oriented language..
Abrar
Which is better, PHP or Python? Why?
Python . Simple syntax,More readable,General purpose programming language
Kartheek
0 0
5
How do you handle a JSON response in Java?
Handling JSON in Java can be done using Jackson, Gson, or org.json. Jackson (best for large projects): Use ObjectMapper to parse JSON into Java objects. ObjectMapper objectMapper = new ObjectMapper(); User...
Mrunal
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Why We Should Go With Java?
Java is widely used in the Desktop application, web application, mobile development, games etc. Java is an object-oriented programming language. Its follow all the oops concept Like Object, Class,...
B

Bhupendra Patidar

0 0
0

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

How To Setup development Environment Of Java?
After installation of JAVA, we need to setup 2 environment variables. First one is JAVA_HOME and second is Path. Below steps to set up Java environment to compile & execute Java programs from command...

Why we need to learn Programming languages?
Language is medium for communication. If two parties like to communicate or exchange the thoughts they must know a language. Language should be understandable by both the Parties. For example A wants to...

Syntax and example of java
Java syntax: Class Display - - class definition { Void Display() { System.out.println('welcome to Java') ; } Public static void main(String arcs) { Display D=new Display() ;--object creation D. Display } }

Recommended Articles

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you