Extension method: Difference between revisions

Content deleted Content added
add link to Fluent alongside Lombok and Manifold
m upd link
Line 131:
# Inherit the class and then implement the functionality in an instance method in the derived class.
# Implement the functionality in a static method added to a helper class.
# Use [[Object composition#Aggregation|aggregation]] instead of [[inheritance (computerobject-oriented scienceprogramming)|inheritance]].
 
==Current C# solutions==