• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

New song lyrics for an old tune

 
Ranch Hand
Posts: 958
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I finally understand interfaces.

It is a class where all of the methods have no bodies.

I'm changing the song "I'm just a gigolo and I ain't got nobody"  to:  

"I'm just a interface and I ain't got nobodies"

- Kevin
 
Marshal
Posts: 80128
417
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kevin Abel wrote:. . . It is a class where all of the methods have no bodies. . . .

Hahahahahahahahahahahahahaha!

Moved to a more appropriate location
 
Sheriff
Posts: 28346
97
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or another one for Kevin: "No body knows the trouble I've seen".
 
lowercase baba
Posts: 13091
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Louis Prima was fabulous...
 
Saloon Keeper
Posts: 28420
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've always considered an Interface to be a contract outlining what will be supplied and an implementation as being a fulfillment of that contract.

As in legal contracts, details of how you fulfill that contract and what unspecified things your implementation class might also do (including fulfilling other contracts (Interfaces) is not important. But until you implement in some way, shape or form the methods in that contract (Interface), the class will not compile.
 
kevin Abel
Ranch Hand
Posts: 958
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Campbell,

Thanks for moving my post to a better place in the Ranch.

Thanks,

Kevin
 
kevin Abel
Ranch Hand
Posts: 958
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul,

That was another good addition to the Interface song list.

Fred,

I am a East Coast Swing dancer.  I was dancing tonight with friends in Fort Lauderdale..

My all time favorite Swing song is Bouna Sera by Louis Prima.   It starts as a slow Tango.  Then fast swing.  Slow Tango, a very fast swing dance ending.    

Thanks,

Kevin
 
reply
    Bookmark Topic Watch Topic
  • New Topic