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 |
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What are the different functional component in javascript?
Have you used any browser for debugging? If yes, how is it done?
do any browser need activeX object to run javascripts?
Which is faster jquery or javascript?
Is python better than javascript?
What are anonymous functions in Javascript?
What is a hash javascript?
Give code Email Checking
what is pop()method in JavaScript?
What is callback in javascript?
Describe javascript and vbscript.