• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

class abstract and interfaces

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am studying a topic about the abstract class and interface. However, I do not understand much, anyone could help?
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you explain in more detail what exactly you don't understand; do you have trouble with what interfaces and abstract classes are, or what the difference between them is?

One frequently asked question here is what the difference is and when you should use which. We have a page about this: InterfaceVsAbstractClass
 
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Before you post here, please ShowSomeEffort(⇐click) and SearchFirst.(⇐click) There's plenty to be found out there on these topics. After you have spent some time studying the explanations and examples, if something is still not clear, post a question here, and TellTheDetails(⇐click) as to what exactly you're having trouble with.


Welcome to the Ranch!
 
Alexandre Mendes
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jesper de Jong wrote:Can you explain in more detail what exactly you don't understand; do you have trouble with what interfaces and abstract classes are, or what the difference between them is?

One frequently asked question here is what the difference is and when you should use which. We have a page about this: InterfaceVsAbstractClass



Thanks! The link what you did put, helped very much. Now, I understand.
 
Life just hasn't been the same since the volcano erupted and now the air is full of tiny ads.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic