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
How to get an element by class in javascript ?
What do you mean by script?
How can I learn javascript fast?
what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.
What are javascript properties?
How to find radio button selection when a form is submitted?
How many data types are there in javascript?
What does break and continue statements do in javascript?
Do you need to declare variables in javascript?
What close() does in javascript?
Is javascript array dynamic?
To put a "close window" link on a page ?
In a pop-up browser window, how do you refer to the main browser window that opened it?
What is enum in javascript?
What is the difference between .call() and .apply()?