SlideShare a Scribd company logo
1 of 2
Download to read offline
in java Can we create an object of type Interface? Explain your answer.
Solution
No, we cannot create an instance of interface in java because interface contains only abstract
methods (ie. methods which are only declared) and as abstract methods do not have a body (of
implementation code), we cannot create an object of interface.
Though we can create instance of the class implementing the interface.
But we can refer to object that implements an interface.
example,
public interface Pet
{
}
public class Dog implements A
{
}
public static void main(String[] args)
{
Pet ob = new Dog();
//Pet test = new Pet(); // compilation error
}
Also,
Anonymous classes can implement interfaces, and it is the only time a class implementing an
interface without the
"implements" keyword.
It is possible to create Interface object with anonymous inner classes as shown below :
interface Sample {
public void display();
}
class Demo {
Sample p = new Sample() {
public void display() {
System.out.println("Interfce example.");
}
};
}

More Related Content

Similar to in java Can we create an object of type Interface Explain your answ.pdf

Visula C# Programming Lecture 8
Visula C# Programming Lecture 8Visula C# Programming Lecture 8
Visula C# Programming Lecture 8Abou Bakr Ashraf
 
21UCAC31 Java Programming.pdf(MTNC)(BCA)
21UCAC31 Java Programming.pdf(MTNC)(BCA)21UCAC31 Java Programming.pdf(MTNC)(BCA)
21UCAC31 Java Programming.pdf(MTNC)(BCA)ssuser7f90ae
 
Internet programming slide - java.ppt
Internet programming slide - java.pptInternet programming slide - java.ppt
Internet programming slide - java.pptMikeAdva
 
OOPS With CSharp - Jinal Desai .NET
OOPS With CSharp - Jinal Desai .NETOOPS With CSharp - Jinal Desai .NET
OOPS With CSharp - Jinal Desai .NETjinaldesailive
 
oops concept in java | object oriented programming in java
oops concept in java | object oriented programming in javaoops concept in java | object oriented programming in java
oops concept in java | object oriented programming in javaCPD INDIA
 
oops with java modules i & ii.ppt
oops with java modules i & ii.pptoops with java modules i & ii.ppt
oops with java modules i & ii.pptrani marri
 
Interface in java ,multiple inheritance in java, interface implementation
Interface in java ,multiple inheritance in java, interface implementationInterface in java ,multiple inheritance in java, interface implementation
Interface in java ,multiple inheritance in java, interface implementationHoneyChintal
 
Abstract Class and Interface in PHP
Abstract Class and Interface in PHPAbstract Class and Interface in PHP
Abstract Class and Interface in PHPVineet Kumar Saini
 
Session 6_Java Interfaces_Details_Programs.pdf
Session 6_Java Interfaces_Details_Programs.pdfSession 6_Java Interfaces_Details_Programs.pdf
Session 6_Java Interfaces_Details_Programs.pdfTabassumMaktum
 
Session 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .pptSession 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .pptTabassumMaktum
 
Session 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .pptSession 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .pptTabassumMaktum
 
Exception handling and packages.pdf
Exception handling and packages.pdfException handling and packages.pdf
Exception handling and packages.pdfKp Sharma
 

Similar to in java Can we create an object of type Interface Explain your answ.pdf (20)

Visula C# Programming Lecture 8
Visula C# Programming Lecture 8Visula C# Programming Lecture 8
Visula C# Programming Lecture 8
 
21UCAC31 Java Programming.pdf(MTNC)(BCA)
21UCAC31 Java Programming.pdf(MTNC)(BCA)21UCAC31 Java Programming.pdf(MTNC)(BCA)
21UCAC31 Java Programming.pdf(MTNC)(BCA)
 
Internet programming slide - java.ppt
Internet programming slide - java.pptInternet programming slide - java.ppt
Internet programming slide - java.ppt
 
OOPS With CSharp - Jinal Desai .NET
OOPS With CSharp - Jinal Desai .NETOOPS With CSharp - Jinal Desai .NET
OOPS With CSharp - Jinal Desai .NET
 
Java API, Exceptions and IO
Java API, Exceptions and IOJava API, Exceptions and IO
Java API, Exceptions and IO
 
Interface in java
Interface in javaInterface in java
Interface in java
 
oops concept in java | object oriented programming in java
oops concept in java | object oriented programming in javaoops concept in java | object oriented programming in java
oops concept in java | object oriented programming in java
 
oops with java modules i & ii.ppt
oops with java modules i & ii.pptoops with java modules i & ii.ppt
oops with java modules i & ii.ppt
 
Interface in java ,multiple inheritance in java, interface implementation
Interface in java ,multiple inheritance in java, interface implementationInterface in java ,multiple inheritance in java, interface implementation
Interface in java ,multiple inheritance in java, interface implementation
 
Oop java
Oop javaOop java
Oop java
 
Lecture 18
Lecture 18Lecture 18
Lecture 18
 
Abstract Class and Interface in PHP
Abstract Class and Interface in PHPAbstract Class and Interface in PHP
Abstract Class and Interface in PHP
 
java intro.pptx.pdf
java intro.pptx.pdfjava intro.pptx.pdf
java intro.pptx.pdf
 
Java 8 features
Java 8 featuresJava 8 features
Java 8 features
 
4759826-Java-Thread
4759826-Java-Thread4759826-Java-Thread
4759826-Java-Thread
 
Session 6_Java Interfaces_Details_Programs.pdf
Session 6_Java Interfaces_Details_Programs.pdfSession 6_Java Interfaces_Details_Programs.pdf
Session 6_Java Interfaces_Details_Programs.pdf
 
Session 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .pptSession 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .ppt
 
Session 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .pptSession 6_Interfaces in va examples .ppt
Session 6_Interfaces in va examples .ppt
 
Interface in java
Interface in javaInterface in java
Interface in java
 
Exception handling and packages.pdf
Exception handling and packages.pdfException handling and packages.pdf
Exception handling and packages.pdf
 

More from arpittradersjdr

When light strikes chlorophyll of photosystem II, a molecule loses el.pdf
When light strikes chlorophyll of photosystem II, a molecule loses el.pdfWhen light strikes chlorophyll of photosystem II, a molecule loses el.pdf
When light strikes chlorophyll of photosystem II, a molecule loses el.pdfarpittradersjdr
 
You have persuaded XelPharms CIO that wireless networking would be.pdf
You have persuaded XelPharms CIO that wireless networking would be.pdfYou have persuaded XelPharms CIO that wireless networking would be.pdf
You have persuaded XelPharms CIO that wireless networking would be.pdfarpittradersjdr
 
Where do vesicles come fromA. Plasma membranceB. Nuclear membra.pdf
Where do vesicles come fromA. Plasma membranceB. Nuclear membra.pdfWhere do vesicles come fromA. Plasma membranceB. Nuclear membra.pdf
Where do vesicles come fromA. Plasma membranceB. Nuclear membra.pdfarpittradersjdr
 
Which of the following are statements 1. She is a mathematics maj.pdf
Which of the following are statements 1. She is a mathematics maj.pdfWhich of the following are statements 1. She is a mathematics maj.pdf
Which of the following are statements 1. She is a mathematics maj.pdfarpittradersjdr
 
What problem was IETF DiffServ supposed to solve How did IETF DiffS.pdf
What problem was IETF DiffServ supposed to solve  How did IETF DiffS.pdfWhat problem was IETF DiffServ supposed to solve  How did IETF DiffS.pdf
What problem was IETF DiffServ supposed to solve How did IETF DiffS.pdfarpittradersjdr
 
what causes hydrogen bonds to form between polar moleculesSolut.pdf
what causes hydrogen bonds to form between polar moleculesSolut.pdfwhat causes hydrogen bonds to form between polar moleculesSolut.pdf
what causes hydrogen bonds to form between polar moleculesSolut.pdfarpittradersjdr
 
What are the four main factors involved in the movement of ions acro.pdf
What are the four main factors involved in the movement of ions acro.pdfWhat are the four main factors involved in the movement of ions acro.pdf
What are the four main factors involved in the movement of ions acro.pdfarpittradersjdr
 
Transitional epithelium L x) strained columnar epimeeliamL X) Sol.pdf
Transitional epithelium L x) strained columnar epimeeliamL X) Sol.pdfTransitional epithelium L x) strained columnar epimeeliamL X) Sol.pdf
Transitional epithelium L x) strained columnar epimeeliamL X) Sol.pdfarpittradersjdr
 
The alpha-helix shown below is part of a water-soluble, globular prot.pdf
The alpha-helix shown below is part of a water-soluble, globular prot.pdfThe alpha-helix shown below is part of a water-soluble, globular prot.pdf
The alpha-helix shown below is part of a water-soluble, globular prot.pdfarpittradersjdr
 
Simple squamous epithelium is structured to best provideA. Diffus.pdf
Simple squamous epithelium is structured to best provideA. Diffus.pdfSimple squamous epithelium is structured to best provideA. Diffus.pdf
Simple squamous epithelium is structured to best provideA. Diffus.pdfarpittradersjdr
 
A tower leans at an angle of about 84.7°. The figure shows that 150 .pdf
A tower leans at an angle of about 84.7°. The figure shows that 150 .pdfA tower leans at an angle of about 84.7°. The figure shows that 150 .pdf
A tower leans at an angle of about 84.7°. The figure shows that 150 .pdfarpittradersjdr
 
A sample of 200 people were asked to identify their major source of .pdf
A sample of 200 people were asked to identify their major source of .pdfA sample of 200 people were asked to identify their major source of .pdf
A sample of 200 people were asked to identify their major source of .pdfarpittradersjdr
 
Prolog programming …Using Amzi Prolog, create and test prolog clau.pdf
Prolog programming …Using Amzi Prolog, create and test prolog clau.pdfProlog programming …Using Amzi Prolog, create and test prolog clau.pdf
Prolog programming …Using Amzi Prolog, create and test prolog clau.pdfarpittradersjdr
 
Implement a client server design using a UDP socket and features of .pdf
Implement a client server design using a UDP socket and features of .pdfImplement a client server design using a UDP socket and features of .pdf
Implement a client server design using a UDP socket and features of .pdfarpittradersjdr
 
I need help in matlab.The task is echo removing from the signal.Supp.pdf
I need help in matlab.The task is echo removing from the signal.Supp.pdfI need help in matlab.The task is echo removing from the signal.Supp.pdf
I need help in matlab.The task is echo removing from the signal.Supp.pdfarpittradersjdr
 
Human language uses less sounds and is less symbolic than are the co.pdf
Human language  uses less sounds and is less symbolic than are the co.pdfHuman language  uses less sounds and is less symbolic than are the co.pdf
Human language uses less sounds and is less symbolic than are the co.pdfarpittradersjdr
 
How to build a Linked List that can insert any type of data. For exa.pdf
How to build a Linked List that can insert any type of data. For exa.pdfHow to build a Linked List that can insert any type of data. For exa.pdf
How to build a Linked List that can insert any type of data. For exa.pdfarpittradersjdr
 
Genetics homework1. The rut site involved in Rho-dependent termina.pdf
Genetics homework1. The rut site involved in Rho-dependent termina.pdfGenetics homework1. The rut site involved in Rho-dependent termina.pdf
Genetics homework1. The rut site involved in Rho-dependent termina.pdfarpittradersjdr
 
For the segment of code below display the contents of the Array Stack.pdf
For the segment of code below display the contents of the Array Stack.pdfFor the segment of code below display the contents of the Array Stack.pdf
For the segment of code below display the contents of the Array Stack.pdfarpittradersjdr
 
Explain the sources of police subculture. king undercover would affec.pdf
Explain the sources of police subculture. king undercover would affec.pdfExplain the sources of police subculture. king undercover would affec.pdf
Explain the sources of police subculture. king undercover would affec.pdfarpittradersjdr
 

More from arpittradersjdr (20)

When light strikes chlorophyll of photosystem II, a molecule loses el.pdf
When light strikes chlorophyll of photosystem II, a molecule loses el.pdfWhen light strikes chlorophyll of photosystem II, a molecule loses el.pdf
When light strikes chlorophyll of photosystem II, a molecule loses el.pdf
 
You have persuaded XelPharms CIO that wireless networking would be.pdf
You have persuaded XelPharms CIO that wireless networking would be.pdfYou have persuaded XelPharms CIO that wireless networking would be.pdf
You have persuaded XelPharms CIO that wireless networking would be.pdf
 
Where do vesicles come fromA. Plasma membranceB. Nuclear membra.pdf
Where do vesicles come fromA. Plasma membranceB. Nuclear membra.pdfWhere do vesicles come fromA. Plasma membranceB. Nuclear membra.pdf
Where do vesicles come fromA. Plasma membranceB. Nuclear membra.pdf
 
Which of the following are statements 1. She is a mathematics maj.pdf
Which of the following are statements 1. She is a mathematics maj.pdfWhich of the following are statements 1. She is a mathematics maj.pdf
Which of the following are statements 1. She is a mathematics maj.pdf
 
What problem was IETF DiffServ supposed to solve How did IETF DiffS.pdf
What problem was IETF DiffServ supposed to solve  How did IETF DiffS.pdfWhat problem was IETF DiffServ supposed to solve  How did IETF DiffS.pdf
What problem was IETF DiffServ supposed to solve How did IETF DiffS.pdf
 
what causes hydrogen bonds to form between polar moleculesSolut.pdf
what causes hydrogen bonds to form between polar moleculesSolut.pdfwhat causes hydrogen bonds to form between polar moleculesSolut.pdf
what causes hydrogen bonds to form between polar moleculesSolut.pdf
 
What are the four main factors involved in the movement of ions acro.pdf
What are the four main factors involved in the movement of ions acro.pdfWhat are the four main factors involved in the movement of ions acro.pdf
What are the four main factors involved in the movement of ions acro.pdf
 
Transitional epithelium L x) strained columnar epimeeliamL X) Sol.pdf
Transitional epithelium L x) strained columnar epimeeliamL X) Sol.pdfTransitional epithelium L x) strained columnar epimeeliamL X) Sol.pdf
Transitional epithelium L x) strained columnar epimeeliamL X) Sol.pdf
 
The alpha-helix shown below is part of a water-soluble, globular prot.pdf
The alpha-helix shown below is part of a water-soluble, globular prot.pdfThe alpha-helix shown below is part of a water-soluble, globular prot.pdf
The alpha-helix shown below is part of a water-soluble, globular prot.pdf
 
Simple squamous epithelium is structured to best provideA. Diffus.pdf
Simple squamous epithelium is structured to best provideA. Diffus.pdfSimple squamous epithelium is structured to best provideA. Diffus.pdf
Simple squamous epithelium is structured to best provideA. Diffus.pdf
 
A tower leans at an angle of about 84.7°. The figure shows that 150 .pdf
A tower leans at an angle of about 84.7°. The figure shows that 150 .pdfA tower leans at an angle of about 84.7°. The figure shows that 150 .pdf
A tower leans at an angle of about 84.7°. The figure shows that 150 .pdf
 
A sample of 200 people were asked to identify their major source of .pdf
A sample of 200 people were asked to identify their major source of .pdfA sample of 200 people were asked to identify their major source of .pdf
A sample of 200 people were asked to identify their major source of .pdf
 
Prolog programming …Using Amzi Prolog, create and test prolog clau.pdf
Prolog programming …Using Amzi Prolog, create and test prolog clau.pdfProlog programming …Using Amzi Prolog, create and test prolog clau.pdf
Prolog programming …Using Amzi Prolog, create and test prolog clau.pdf
 
Implement a client server design using a UDP socket and features of .pdf
Implement a client server design using a UDP socket and features of .pdfImplement a client server design using a UDP socket and features of .pdf
Implement a client server design using a UDP socket and features of .pdf
 
I need help in matlab.The task is echo removing from the signal.Supp.pdf
I need help in matlab.The task is echo removing from the signal.Supp.pdfI need help in matlab.The task is echo removing from the signal.Supp.pdf
I need help in matlab.The task is echo removing from the signal.Supp.pdf
 
Human language uses less sounds and is less symbolic than are the co.pdf
Human language  uses less sounds and is less symbolic than are the co.pdfHuman language  uses less sounds and is less symbolic than are the co.pdf
Human language uses less sounds and is less symbolic than are the co.pdf
 
How to build a Linked List that can insert any type of data. For exa.pdf
How to build a Linked List that can insert any type of data. For exa.pdfHow to build a Linked List that can insert any type of data. For exa.pdf
How to build a Linked List that can insert any type of data. For exa.pdf
 
Genetics homework1. The rut site involved in Rho-dependent termina.pdf
Genetics homework1. The rut site involved in Rho-dependent termina.pdfGenetics homework1. The rut site involved in Rho-dependent termina.pdf
Genetics homework1. The rut site involved in Rho-dependent termina.pdf
 
For the segment of code below display the contents of the Array Stack.pdf
For the segment of code below display the contents of the Array Stack.pdfFor the segment of code below display the contents of the Array Stack.pdf
For the segment of code below display the contents of the Array Stack.pdf
 
Explain the sources of police subculture. king undercover would affec.pdf
Explain the sources of police subculture. king undercover would affec.pdfExplain the sources of police subculture. king undercover would affec.pdf
Explain the sources of police subculture. king undercover would affec.pdf
 

Recently uploaded

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 

Recently uploaded (20)

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 

in java Can we create an object of type Interface Explain your answ.pdf

  • 1. in java Can we create an object of type Interface? Explain your answer. Solution No, we cannot create an instance of interface in java because interface contains only abstract methods (ie. methods which are only declared) and as abstract methods do not have a body (of implementation code), we cannot create an object of interface. Though we can create instance of the class implementing the interface. But we can refer to object that implements an interface. example, public interface Pet { } public class Dog implements A { } public static void main(String[] args) { Pet ob = new Dog(); //Pet test = new Pet(); // compilation error } Also, Anonymous classes can implement interfaces, and it is the only time a class implementing an interface without the "implements" keyword. It is possible to create Interface object with anonymous inner classes as shown below : interface Sample { public void display(); } class Demo { Sample p = new Sample() { public void display() { System.out.println("Interfce example."); }