Search code examples
Why is the Factory pattern not needed in Haskell? And how are the needs that pattern addresses in OO...


oophaskelldesign-patternsfunctional-programmingfactory-pattern

Read More
php DateTime diff return zero...


phpdateoopdiff

Read More
Assign default value to object if value is undefined...


javascriptoop

Read More
What is the point of `interface class` in Dart 3?...


dartclassoopinterfacemixins

Read More
managing memory of nested classes...


c++oopmemory-management

Read More
C# interface method declared in Base class need not be again implemented in Derived class...


c#.netoopc#-4.0

Read More
Find how many children you have of a certain type?...


c#wpflinqoop

Read More
Explanation of Interface usage (C# perspective)...


c#oopinterface

Read More
How to place a function pointer in a c struct whereas the input parameter of the function pointer is...


coopstructfunction-pointers

Read More
wordpress plugin : Call to undefined function add_menu_page()...


phpoopwordpressplugins

Read More
Why would you build a static function in Javascript when you can build a regular function?...


javascriptoop

Read More
Is there a common design pattern for making a collection class page-able?...


oopdesign-patternspagination

Read More
Create a Rock-Paper-Scissors game using a class for each...


c#oop

Read More
Make sure an object with a particular key is statically created once...


c#.netoopserialization

Read More
Does JavaScript have the interface type (such as Java's 'interface')?...


javascriptoop

Read More
Get PHP class property by string...


phpstringoopproperties

Read More
What's a good maintainable way to name methods that are intended to be called by IBActions?...


iphoneoopuser-interfacenaming-conventions

Read More
Subclass of pathlib.Path doesn't support "/" operator...


pythonpython-3.xoopsubclassingpathlib

Read More
Subclass `pathlib.Path` fails...


ooppython-3.4

Read More
What is the advantage of initializing static variable in a static constructor instead of direct assi...


c#.netoopc#-4.0constructor

Read More
The Liskov Substitution Principle (LSP) in UML class diagrams...


ooplanguage-lawyerumlclass-diagramliskov-substitution-principle

Read More
Can anyone broadly explain abstract class and interface?...


oopinterfaceabstract-class

Read More
Python class constant using class init method?...


pythonpython-3.xoopconstantsclass-constants

Read More
How do I change a variable while inheriting?...


pythonoopinheritance

Read More
In SOLID, what is the distinction between SRP and ISP? (Single Responsibility Principle and Interfac...


oopdesign-patternssolid-principlessingle-responsibility-principleinterface-segregation-principle

Read More
How to make a function accessible from both the object and the class itself?...


pythonclassoop

Read More
Does a TreeMap change ordering dynamically?...


javaooptreenode

Read More
How can I print an Object of a Vector when this last is into a Main-Vector?...


javaoopvector

Read More
Stuck on Card/Deck exercise from Java official tutorial...


javaoop

Read More
illegal reference to static field from initializer...


javaclassoopenumsstatic

Read More
BackNext