Posts by Felipe Quintella • 41 points
1 post
-
4
votes3
answers2035
viewsA: Interface or Abstract?
Well abstract classes and interfaces are different things and intended for different uses. The main difference is that in an abstract class you can have a mix of abstract methods that someone will…