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 |
List some design patterns in javascript?
What is node value?
How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?
Is a parabola a function?
What is lazy instantiation in java?
What is a fixed-width table and its advantages?
What are the javascript data types?
Explain higher-order functions in javascript?
How we can add title of the page by javascript?
Event handler Example
What is enum size?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..