Answer Posted / 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 |
Post New Answer View All Answers
Which built-in method returns the character at the specified index?
Can you give an example showing javascript hoisting?
Explain unescape() and escape() in javascript?
What do you use javascript for?
What is noscript tag?
What is eager initialization in java?
What does the isNaN() function?
What is a function constructor?
What does break and continue statements do in javascript?
What is a boolean in javascript?
What are the requirements of web application using javascript?
Which built-in method returns the string representation of the number’s value?
How to add new elements dynamically?
What is the difference between JavaScript and jscript?
How can you create an Array in JavaScript?