Skip to main content
16 events
when toggle format what by license comment
Oct 23, 2019 at 16:52 history closed Doc Brown
Bart van Ingen Schenau
gnat
Robert Harvey
Greg Burghardt
Duplicate of What are the differences between abstract classes, interfaces, and when to use them
Oct 23, 2019 at 14:33 history edited Deduplicator CC BY-SA 4.0
edited title
Oct 23, 2019 at 14:20 vote accept Vogel
Oct 23, 2019 at 14:19 vote accept Vogel
Oct 23, 2019 at 14:20
Oct 23, 2019 at 14:14 vote accept Vogel
Oct 23, 2019 at 14:19
Oct 23, 2019 at 13:13 answer added Mustafa Mohammadi timeline score: 1
Oct 23, 2019 at 12:59 answer added Flater timeline score: 2
Oct 23, 2019 at 12:46 answer added Michael Borgwardt timeline score: 1
Oct 23, 2019 at 6:35 review Close votes
Oct 23, 2019 at 16:55
Oct 23, 2019 at 5:42 answer added JUBEI timeline score: -1
Oct 23, 2019 at 3:01 answer added Leni timeline score: 1
Oct 22, 2019 at 20:05 comment added Jon Raynor Googling reveals...The short answer: An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement it. And whereas a class can extend only one abstract class, it can take advantage of multiple interfaces.
Oct 22, 2019 at 20:03 comment added Vogel How do you mean precisely?
Oct 22, 2019 at 19:45 comment added πάντα ῥεῖ Why not simply using both?
Oct 22, 2019 at 19:45 review First posts
Oct 23, 2019 at 10:30
Oct 22, 2019 at 19:43 history asked Vogel CC BY-SA 4.0