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

Is there any difference between javascript and jscript?

1 Answers  


How to set the cursor to wait in JavaScript?

1 Answers  


What is scope chain in javascript?

1 Answers  


What is unescape() function?

1 Answers  


why jsp

0 Answers  


What is event bubbling in JavaScript?

1 Answers  


How can you detect the client operating system using javascript?

1 Answers  


What is difference between api and library?

1 Answers  


Is JavaScript case sensitive? Give an example?

1 Answers  


What are the difference between undefined and not defined in javascript?

1 Answers  


How many types of data types are there?

1 Answers  


Difference between Client side JavaScript and Server side JavaScript?

2 Answers  


Categories