What is differential inheritance?



What is differential inheritance?..

Answer / Ruchita

Differential inheritance is not a concept in JavaScript.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Can you run javascript in notepad?

1 Answers  


Explain the for-in loop?

1 Answers  


What are the types of data types?

1 Answers  


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

1 Answers  


what is function of stdio.h

1 Answers   TCS,


What are the characteristics of javascript ‘strict mode’?

1 Answers  


List the comparison operators supported by javascript?

1 Answers  


List html dom mouse events?

1 Answers  


Are there any predefined constant provided by the browser with the key code values that can be reused?

1 Answers  


What do I need to code javascript?

1 Answers  


What is strict mode in javascript?

1 Answers  


How is javascript different from java?

2 Answers  


Categories