Hacker News
- The bigger the interface, the weaker the abstraction https://functionallyimperative.com/p/the-bigger-the-interface-the-weaker 59 comments
- Edalize: An abstraction library for interfacing EDA tools https://github.com/olofk/edalize 16 comments
- Interface abstractions in Rust https://doc.rust-lang.org/nightly/reference/items/traits.html#object-safety 20 comments rust
- Abstract Programming Language Interface https://github.com/squidscode/apli 5 comments c_programming
- C# 11 – Static abstract members in interfaces https://thecodeblogger.com/2022/09/10/c-11-static-abstract-members-in-interfaces 14 comments csharp
- C# 11 – Static abstract members in interfaces https://thecodeblogger.com/2022/09/10/c-11-static-abstract-members-in-interfaces 10 comments dotnet
- Is there a storage abstraction that provides the same interface for both native and WASM? https://crates.io/crates/assemblage_kv 5 comments rust
- When to use an interface over an abstract class, and vice-versa? https://www.reddit.com/r/learnprogramming/comments/abfvaz/when_to_use_an_interface_over_an_abstract_class/ 9 comments learnprogramming
- Polymorphism: function lists versus abstract interfaces https://github.com/pthom/function_list_vs_abtsract_interface 11 comments cpp
- Question: abstracting loggers & other frameworks using interfaces https://www.reddit.com/r/golang/comments/7c04rg/question_abstracting_loggers_other_frameworks/ 4 comments golang
- Trying to understand abstract class vs interface, does this metaphor work? https://www.reddit.com/r/learnprogramming/comments/6vlrwd/trying_to_understand_abstract_class_vs_interface/ 9 comments learnprogramming
- Abstracting the logger interface in Go https://tendermint.com/blog/abstracting-the-logger-interface-in-go 8 comments golang
- Java:Use the Power of Interface and Abstract class together. https://www.youtube.com/attribution_link?a=CcveFnstX48&%3Bu=%2Fwatch%3Fv%3DvOykiL5pLho%26feature%3Dshare 4 comments java
- [C#] Abstract vs Interface http://www.c-sharpcorner.com/UploadFile/d0e913/abstract-class-interface-two-villains-of-every-interview756/ 3 comments learnprogramming
- Abstract Class vs Interface in Java http://javarevisited.blogspot.com.br/2013/05/difference-between-abstract-class-vs-interface-java-when-prefer-over-design-oops.html 3 comments java
- Why does interfaces support multiple inheritance and not abstract classes https://www.youtube.com/watch?ab_channel=SumoCode&v=r-aMsEwn35E 18 comments javahelp
- I put together this quick video giving an overview between Traits, Interfaces, and Abstract Classes https://www.youtube.com/watch?v=x9bj30cWolA 7 comments php
- Using Static Abstract Interface members in .NET 7 and C#11 https://dirkstrauss.com/static-abstract-interface-members/ 22 comments csharp
- Static abstract members in interfaces (new C# feature) https://thecodeblogger.com/2022/09/10/c-11-static-abstract-members-in-interfaces/ 18 comments java
- [JAVA] Interface and Abstract Class vs Copy/Paste https://www.reddit.com/r/learnprogramming/comments/6wy4la/java_interface_and_abstract_class_vs_copypaste/ 6 comments learnprogramming
- Why use an interface and/or abstract class in Java? https://www.reddit.com/r/learnprogramming/comments/5gqx3z/why_use_an_interface_andor_abstract_class_in_java/ 22 comments learnprogramming
- Question on Interface VS Inheritance VS Abstract Classes http://docs.oracle.com/javase/tutorial/java/IandI/index.html 5 comments java
- Interfaces versus Abstract Base Classes in Python http://jtauber.com/blog/2007/03/04/interfaces_versus_abstract_base_classes_in_python 9 comments programming
- Go’s Flexible Interfaces: Abstraction on Demand https://medium.com/@okoanton/gos-flexible-interfaces-abstraction-on-demand-f081bf877dcb 10 comments programming
- Quick Discussion on interfaces and abstract classes in C# https://www.reddit.com/r/csharp/comments/ky538x/quick_discussion_on_interfaces_and_abstract/ 24 comments csharp
- Interfaces or abstract classes for methods with slightly different implementations? https://github.com/AlexGarbus/The-Bunnies-of-Vegetaria/blob/master/Assets/Scripts/BunnyActor.cs 11 comments csharp
- Why Haskell matters:abstraction, inheritance, interfaces and type classes http://sadekdrobi.com/2008/05/12/why-haskell-matters-abstraction-multi-inheritance-interfaces-extension-methods-and-type-classes/ 17 comments programming
- Object-Oriented Javascript Made Easy (and Better; Interfaces, Abstract Methods, etc.) http://www.uselesspickles.com/blog/the-class-library/ 5 comments programming
- This is really cool! In C# 11, thanks to Static Abstract Interface Members, it will be possible to implement Interpolated String Handlers which can parse parts of a string into variables you pass into it https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/interpolated-string-handler 33 comments csharp
- Following the introduction of default Interface Methods in C#, do the Interface and Abstract still different? https://www.reddit.com/r/csharp/comments/nqgrnj/following_the_introduction_of_default_interface/ 16 comments csharp
- Help with structuring my code, Inheritance, abstract, interface, or something else? https://www.reddit.com/r/csharp/comments/g8ac4n/help_with_structuring_my_code_inheritance/ 5 comments csharp
- I have an abstract class with no methods or variables that implements an interface with one method. Why don't I get an error when implementing the interface's method in that class? https://www.reddit.com/r/learnprogramming/comments/7vaquk/i_have_an_abstract_class_with_no_methods_or/ 8 comments learnprogramming
- Having difficulty making my sub-classes follow a strict template, where it always has to have three static methods. Have tried making the parent class an abstract class and an interface. Is there any way to enforce a template of static methods from a parent class on all sub-classes? https://www.reddit.com/r/typescript/comments/a4ufmw/having_difficulty_making_my_subclasses_follow_a/ 5 comments typescript
- CJay -- Seamlessly call Java classes from C++. The CJay C++ library abstracts the use of Java™ Native Interface. Please, add comments with first impressions... https://github.com/msardelich/cjay 14 comments cpp
Lambda the Ultimate
- Syntactic Abstraction in Component Interfaces http://www.ccs.neu.edu/scheme/pubs/gpce05-cof.pdf 0 comments Software Engineering
- Abstract Interface Types in GNAT: Conversions, Discriminants, and C++ http://www.adacore.com/2007/03/21/abstract-interface-types-in-gnat-conversions-discriminants-and-c-2/ 0 comments Cross language runtimes , Implementation , OOP