Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Summary

Summary Learn java

Rating
-
Sold
-
Pages
2
Uploaded on
22-09-2024
Written in
2024/2025

Learn Java and try this example for your better understanding of Java and improve your skills in Java

Institution
Course

Content preview

Q)What is an abstract class?
=>If "abstract" keyword is applied to a class, it becomes an abstract method.

For eg.
abstract class Vehicle{
}
=>An abstract class can have zero or more abstarct methods.

=>An abstract class can have non abstract methods(concrete methods).

=>Non abstact classes are conceptually known as concrete classes.

=>An abstract class can’t be instantiated.I.e. an object of an abstract class can’t be created.

=>A reference of an abstract can be created.

=>The most generalized class in the hierearchy is generally made abstract.

=>An abstract class is too generalised to be physically realised.

=>If a classs is inheriting from an abstract class, that sub class must override
all the abstract methods of the abstract class.


Interfaces
------------
Q)What is an interface?
=>An interface is a class like construct in Java that contains only abstract methods and
static constants.

=>"interface" keyword is used to create an interface.

For eg.

interface I{
}
=>All the methods of an interface are implicitly public and abstract.

=>All the constants of an interface are implicitly public,static and final.
For eg.
interface I{
public static final int i=10;
public abstract void m();
}

=>An interface can’t be instantiated.But its reference can be created.

=>A class can inherit from an interface by using "implements" keyword.

For eg.
interface I{
}
class A implements I{
}//sub class of I (implementation class of I)

Written for

Institution
Course

Document information

Uploaded on
September 22, 2024
Number of pages
2
Written in
2024/2025
Type
SUMMARY

Subjects

$5.39
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
saiteja4

Get to know the seller

Seller avatar
saiteja4 Swami Vivekanand institution
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
1 year
Number of followers
0
Documents
10
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions