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 hoisting in javascript?

0 Answers  


What is Minification

1 Answers  


What is the difference between undeclared & undefined?

0 Answers  


How to update a function in javascript?

0 Answers  


What are the advantages of using external javascript?

0 Answers  






What is this? Var myarray = [[[]]];

0 Answers  


Is javascript client side or server side?

0 Answers  


Name the types of functions.

0 Answers  


Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: <parent_node> <childNode> <first><d1>ffftt</d1></first> <first><d1>eeeeiii</d1></first> <first><d1>uuuuwww</d1></first> </childNode> <childNode> <first><d1>fff</d1></first> <first><d1>eeee</d1></first> <first><d1>uuuu</d1></first> </childNode> </parent_node>

0 Answers  


What is enum data type?

0 Answers  


What is lazy loading java?

0 Answers  


How to port a GUI application onto Web

0 Answers   TCS,


Categories