what is interface ?

Answers were Sorted based on User's Feedback



what is interface ?..

Answer / laddu

interface having all abstract methods and doesnt have imp;ementation

Is This Answer Correct ?    1 Yes 0 No

what is interface ?..

Answer / praveen ch

interface has only declaration part only not definition part
is not there,

Is This Answer Correct ?    1 Yes 0 No

what is interface ?..

Answer / abdul

interface like classes,define a set property or methods. but unlike classes, interface do not provide implementations they are implemented by classes and define as Separated entities from classes.(base classes can derive from more than derived classes)

Is This Answer Correct ?    0 Yes 0 No

what is interface ?..

Answer / pks

interface is like a class.but it consist of abstract data member and member functions.it does not have the definition of function.


the function definition is declared by derived classes.

Is This Answer Correct ?    0 Yes 0 No

what is interface ?..

Answer / doll

please tell me the meaning of it ....

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JavaScript Interview Questions

What is the reason for wrapping the entire content of a javascript source file in a function book?

0 Answers  


How can javascript language be separated from objects?

0 Answers  


Is there any class in javascript?

0 Answers  


hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector

0 Answers  


What is the difference between local storage & session storage?

0 Answers  






What is output of undefined * 2 in javascript?

0 Answers  


What are .js files?

0 Answers  


Is javascript server side or client side?

0 Answers  


why jsp

0 Answers  


What is the data type of variables in javascript?

0 Answers  


Explain spread operator in javascript?

0 Answers  


What are ‘settimeout()’?

0 Answers  


Categories