Search code examples
How to create a generic factory function that creates an instance of some type?...


c++classooptemplatesfunction-templates

Read More
Is there some literature on this type of programming?...


design-patternsoopfunctional-programming

Read More
SystemVerilog inheritance, aggregated classes and parent function call...


oopverilogsystem-verilogfpgamodelsim

Read More
php - check if class name stored in a string is implementing an interface...


phpoopnamespaces

Read More
C# Data handling design pattern: Objects stored in DB via ORM, work directly with the database?...


c#mysqloopdesign-patternsorm

Read More
Method chaining (fluent interfacing) - why is it a good practice, or not?...


oopfluent-interfacemethod-chaining

Read More
Why are unnamed namespaces used and what are their benefits?...


c++oopnamespacesunnamed-namespace

Read More
Composition over Inheritance - code duplication...


oopinheritancecompositionsolid-principles

Read More
How can I call a function within a class?...


pythonfunctionclassoopmethod-call

Read More
Calling student method from parent class definition...


c++classoopinheritanceraspberry-pi-pico

Read More
Simulating an auxiliary constructor in ECMAScript 5...


oopconstructorecmascript-5

Read More
Method Overloading with different return type ambiguity...


c#.netoopcoding-style

Read More
Does shared objects breaks encapsulation?...


javaoopencapsulation

Read More
Restrict classes that can implement interface in Java...


javaoopinheritance

Read More
Convert List of Base Class to a List of Derived Class - possible?...


c#oopinheritanceparent-child

Read More
Can someone explain javascript prototypal inheritance...


javascriptoop

Read More
How to overload a procedure declared in an abstract type in fortran?...


classooptypesfortran

Read More
Initializing properties of derived classes in Kotlin...


javakotlinoopinheritance

Read More
Bind functions issue in Tkinter...


pythonooptkintertreeviewttk

Read More
How to write a resillient object oriented method for SQL Update Table with retry in catch...


c#oopexceptionrecursionmethods

Read More
Basic MVC pattern communication...


actionscript-3model-view-controlleroopdesign-patterns

Read More
What is an example of the Liskov Substitution Principle?...


oopdefinitionsolid-principlesdesign-principlesliskov-substitution-principle

Read More
Using private static methods...


javaoopcoding-stylestatic-methods

Read More
Constructor Inside Inner Static Class in java?...


javaoopjavap

Read More
How can I implement the inheritance and interface correctly to the objects which had the some s...


c#oopdesign-patterns

Read More
Using the Command Pattern with Parameters...


javaoopdesign-patterns

Read More
Does composition violate the D in SOLID?...


javaoopcompositionsolid-principlesdependency-inversion

Read More
python: immutable private class variables?...


pythonoopclassstatic

Read More
The self object is somehow getting assigned value 1 and getting error while recurssion as 'int&#...


pythonooprecursionselflongest-substring

Read More
why using Interface as a type instead of the class itself in Java?...


javaoopsolid-principles

Read More
BackNext