what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.
No Answer is Posted For this Question
Be the First to Post Answer
How do Javascript primitive/object types passed in functions?
Is there any difference between javascript and jscript?
How do I open a website code?
Is javascript case sensitive?
How is javascript different from java?
Difference between undefined and undeclared variables?
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 is the difference between .call() and .apply()?
What is the syntax of ‘self invoking function’? Give an example?
What's Prototypes for JavaScript
What is the difference between the operators '==' and '==='?
What is an onclick?