what is interface in java.
Answers were Sorted based on User's Feedback
Answer / jairaj singh bora
Interface is the key word that may be used to implement
multiple inhertiance in java.in the interface class only
function are define not the defination .defination are
defined in implements class.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ksrnaidu
INTERFACES are used to implement the multiple inheritance
in java we can't implement the multiple inheritance in java
directly like C++
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / swapna
Interface is a one type of class.All methods must be
asbstart.Declared all methods not define in that class.It
define in implemented class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rakesh
This is just like model for implementation of class.That
means it describe the functions only no the definition.means
what class is made for.
for Eg. if we want to make chair it will provide the
functions to implement to get work done i.e( chair in our
case ).
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to find no of days between two dates in php?
What is the difference between apache vs niginx?
Tell me what does the scope of variables means?
how can we check mail function with '127.0.0.1' (before submitting a site?
How will you calculate days between two dates in PHP?
can anyone explain oops concept in php or give website to learn this concept clearly?
what is different between PHP and Asp.net?
How to reset/destroy a cookie?
coding for deleting items form data base on select
How to check whether a number is prime or not?
Write a query to find the 2nd highest salary of an employee from the employee table?
What is the difference between echo, print and printf()?