Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is interface ?

Answers were Sorted based on User's Feedback



what is interface ?..

Answer / laddu

interface having all abstract methods and doesnt have imp;ementation

Is This Answer Correct ?    1 Yes 0 No

what is interface ?..

Answer / praveen ch

interface has only declaration part only not definition part
is not there,

Is This Answer Correct ?    1 Yes 0 No

what is interface ?..

Answer / abdul

interface like classes,define a set property or methods. but unlike classes, interface do not provide implementations they are implemented by classes and define as Separated entities from classes.(base classes can derive from more than derived classes)

Is This Answer Correct ?    0 Yes 0 No

what is interface ?..

Answer / 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

what is interface ?..

Answer / doll

please tell me the meaning of it ....

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JavaScript Interview Questions

What is the method for reading and writing a file in javascript?

0 Answers  


What is the role of javascript in a web page?

0 Answers  


How to detect the operating system on the client machine?

0 Answers  


Which built-in method returns the index within the calling string object of the first occurrence of the specified value?

0 Answers  


What is postback in javascript?

0 Answers  


How to define name function in javascript?

0 Answers  


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  


What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

0 Answers   MCN Solutions,


Are namespaces are there in javascript?

0 Answers  


What is the difference between let, const, and var?

1 Answers  


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

0 Answers  


What are global variables in javascript?

0 Answers   UGC Corporation,


Categories