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 can we establish connection with java and sql server?
Explain higher-order functions in javascript?
What are the difference between undefined and not defined in javascript?
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
What is a reverse string?
How to associate functions with objects using javascript?
What do you mean by enumeration?
What is an Event Bubbling in Javascript?
How can you get the reference of a caller function inside a function?
Where is javascript used most?
How many types of variables are there in javascript?
what is the difference between window & document in javascript?
What are exports and imports?
Explain “use strict” ?
What is the similarity between the 1st and 2nd statement?