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 are the advantages of using external javascript?

0 Answers  


How can a particular frame be targeted, from a hyperlink, in javascript?

0 Answers  


How do you add an element at the beginning of an array?

0 Answers  


Explain mul function in javascript?

0 Answers  


Define unescape() function?

0 Answers  






What are javascript functions?

0 Answers  


What is unobtrusive javascript? How to add behavior to an element using javascript?

0 Answers  


What is npm javascript?

0 Answers  


How to update a function in javascript?

0 Answers  


what is flux in javascript?

0 Answers  


Explain why asynchronous code is important in javascript?

0 Answers  


What is meant by vanilla javascript?

0 Answers  


Categories