56 Views

What is the practical difference between abstract classes and interfaces? How are they used?


Diptangsu Goswami 17th Dec, 2018
Answer (1)
Debosmitha Bhattacharyya Student Expert 17th Dec, 2018

Hello,

Interfaces -

An interface is a contract: The person writing the interface says, "hey, I accept things looking that way", and the person using the interface says "OK, the class I write looks that way".

An interface is an empty shell. There are only the signatures of the methods, which implies that the methods do not have a body. The interface can't do anything. It's just a pattern.

For example (pseudo code):

// I say all motor vehicles should look like this:

interface MotorVehicle

{

    void run();

    int getFuel();

}

// My teammate complies and writes vehicle looking that way

class Car implements MotorVehicle

{

    int fuel;

    void run()

    {

        print("Wrroooooooom");

    }

    int getFuel()

    {

        return this.fuel;

    }

}

Hope this helps. 

Related Questions

Amity University-Noida B.Tech...
Apply
Among top 100 Universities Globally in the Times Higher Education (THE) Interdisciplinary Science Rankings 2026
Amity University-Noida M.Tech...
Apply
Among top 100 Universities Globally in the Times Higher Education (THE) Interdisciplinary Science Rankings 2026
SCSVMV Deemed to be Universit...
Apply
MBA At at SCSVMV | NAAC 'A' Grade | AICTE & UGC Aproved | 100% Placement Support | Merit-based Scholarships
Amity University-Noida BBA Ad...
Apply
Among top 100 Universities Globally in the Times Higher Education (THE) Interdisciplinary Science Rankings 2026
VIT Bhopal University | B.Arc...
Apply
Mark presence in the Modern Architectural field with Bachelor of Architecture | Highest CTC : 70 LPA | Accepts NATA Score
New Horizon College BBA Admis...
Apply
UG Admissions 2026 open| NAAC ‘A’ grade | Merit-based Scholarships available.
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books