what is interface ?
Answers were Sorted based on User's Feedback
Answer / laddu
interface having all abstract methods and doesnt have imp;ementation
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / praveen ch
interface has only declaration part only not definition part
is not there,
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 |
How to getting values from cookies to set widgets?
What is lazy loading in javascript?
What is the use of 'bind' method in JavaScript?
how can we use java script message alert with asp.net with useing vb.net coding show full process with its coading
Explain what is pop()method in JavaScript?
What is the main difference between Client side JavaScript and and Server side Java Script?
What is the default data type in javascript?
What is closure?
Why is javascript not oop?
What is this? Var myarray = [[[]]];
What is the difference between undefined and object?
What are the main functions performed by javascript statements?