Search code examples
How to organize private methods on Perl objects?...

perloop

Read More
How can I use a method outside of a class without using static keyword in C#?...

c#.netclassoopmethods

Read More
Subsetting attributes of custom S3 class during dplyr::select...

rdataframeoopdplyr

Read More
Properties vs. generic setter/getter and descriptor...

pythonclassooppython-descriptors

Read More
Understanding __getitem__ method in Python...

pythondictionaryclassoopmagic-methods

Read More
Does the Dependency Inversion Principle apply within application layers?...

oopsolid-principles

Read More
Closures in PHP... what, precisely, are they and when would you need to use them?...

phpoopclosures

Read More
Can I create my own classes or units in Inno Setup?...

classoopinno-setuppascalscript

Read More
Are upcasting and downcasting polymorphisms?...

c#ooppolymorphism

Read More
What is the difference between an Embedding Layer with a bias immediately afterwards and a Linear La...

pythonoopdeep-learningpytorchfast-ai

Read More
Functional programming vs Object Oriented programming...

oopfunctional-programmingparadigms

Read More
Why can't an object of abstract class be created?...

language-agnosticoop

Read More
How can I split a javascript application into multiple files?...

javascriptoop

Read More
When should I use a struct instead of a class?...

.netoop

Read More
Is instantiating a concrete HttpClient instance an incorrect use of Dependency Injection in .NET?...

c#.netoopdesign-patternsdependency-injection

Read More
Wrapping a library using interfaces without needing downcasts...

c++oopinterface

Read More
What is the difference between a field and a property?...

c#ooppropertiesfield

Read More
Usefulness of the substitution property of the Liskov Substitution Principle...

oopsoftware-designliskov-substitution-principle

Read More
Difference between 'this' and 'self' in programming languages...

oopkeywordconceptual

Read More
Get pointer to derived class member made public with using declaration...

c++oopinheritancepointer-to-member

Read More
Error when creating an array of derived objects...

c#oopinheritance

Read More
What is Inversion of Control?...

oopdesign-patternslanguage-agnosticinversion-of-controlterminology

Read More
Why can't I overload constructors in PHP?...

phpoopoverloadingconstructor

Read More
Class variables of same type as the class...

pythonoop

Read More
How would I translate a Haskell type class into F#?...

oophaskellf#typeclassarrow-abstraction

Read More
Behaviour of passing struct as a parameter to a CUDA kernel...

classoopstructcudaparameter-passing

Read More
Create a Python User() class that both creates new users and modifies existing users...

pythonoop

Read More
Inheriting from too many abstract classes?...

pythonoop

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

javascriptoop

Read More
ESP32 private members corrupted...

oopesp32

Read More
BackNext