Skip to main content
deleted 35 characters in body
Source Link
Luiggi Mendoza
  • 85.9k
  • 16
  • 160
  • 354

I've been trying to learn some basic object oriented programming in Java. I was curious to know what the origin of the word interface is , if there is any documented description. Also I was trying to make sense of what it means by thinking of a generic concept as ". a point where two systems, subjects, organizations, etc. meet and interact" which was a definition

A point where two systems, subjects, organizations, etc. meet and interact

I got this definition from google search. What are the two systems/entities that are interfacing? Or maybe my analogy used is inappropriate?. So far I think of it as a skeleton to define methods and property outlines. Thanks for the ideas and help :)

I've been trying to learn some basic object oriented programming in Java. I was curious to know what the origin of the word interface is , if there is any documented description. Also I was trying to make sense of what it means by thinking of a generic concept as ". a point where two systems, subjects, organizations, etc. meet and interact" which was a definition I got from google search. What are the two systems/entities that are interfacing? Or maybe my analogy used is inappropriate?. So far I think of it as a skeleton to define methods and property outlines. Thanks for the ideas and help :)

I've been trying to learn some basic object oriented programming in Java. I was curious to know what the origin of the word interface is , if there is any documented description. Also I was trying to make sense of what it means by thinking of a generic concept as

A point where two systems, subjects, organizations, etc. meet and interact

I got this definition from google search. What are the two systems/entities that are interfacing? Or maybe my analogy used is inappropriate?. So far I think of it as a skeleton to define methods and property outlines.

Source Link
Parapan
  • 151
  • 1
  • 8

What does an interface in Java interface with?

I've been trying to learn some basic object oriented programming in Java. I was curious to know what the origin of the word interface is , if there is any documented description. Also I was trying to make sense of what it means by thinking of a generic concept as ". a point where two systems, subjects, organizations, etc. meet and interact" which was a definition I got from google search. What are the two systems/entities that are interfacing? Or maybe my analogy used is inappropriate?. So far I think of it as a skeleton to define methods and property outlines. Thanks for the ideas and help :)