Search code examples
Is it a good practice to recycle or reuse variables?...


phpoopvariablesmethodsdependency-injection

Read More
How to check if string exists in Enum of strings?...


pythonclassoopenumsoverriding

Read More
How can I combine these functions for different elements into one function?...


javascriptoop

Read More
Class function returning 'None'...


pythonoop

Read More
Why is hasOwnProperty invoked via “{}.hasOwnProperty.call(obj, …)” instead of “obj.hasOwnProperty(…)...


javascriptobjectoopprototype

Read More
How to declare a data member reference in tclOO...


ooptcl

Read More
What conventions exist for ordering arguments in methods?...


oopcoding-style

Read More
Meaning of @classmethod and @staticmethod for a beginner...


pythonoopstatic-methodsclass-method

Read More
How to define interfaces in Dart?...


oopinheritancedartinterface

Read More
How important is it to indicate if a class implements an interface in Perl?...


perloopcoding-style

Read More
How to implement transfer method for a account class in python...


pythonpython-3.xclassoopobject

Read More
Difference Between Cohesion and Coupling...


ooparchitecturetheorysoftware-designooad

Read More
What are the differences between setattr and __set__?...


pythonoop

Read More
Is it possible to eliminate the this pointer in a singleton?...


c++oopsingletoncompiler-optimizationcalling-convention

Read More
Use of ellipsis(...) in Java?...


javaoopobjectsyntax

Read More
Elegant command-parsing in an OOP-based text game...


rubylanguage-agnosticoopnlp

Read More
Does Fortran 2003 implementation of deferred bound procedure requires same argument?...


functionoopfortranabstract-data-type

Read More
PDO exception not caught when accessed using class...


phpooppdotry-catch

Read More
Is it necessary for a property to be added also to the prototype if it’s already set in the construc...


javascriptoop

Read More
What happens if a prototype method is added inside the constructor function?...


javascriptoopprototype

Read More
Javascript object members that are prototyped as arrays become shared by all class instances...


javascriptarraysoopclassprototype

Read More
"Program to an interface". What does it mean?...


javaoop

Read More
How to design/plan for web application development?...


web-applicationsoopumlproject-planning

Read More
FATAL ERROR: Object of class mysqli could not be converted to string...


phpoopmysqli

Read More
Difference between virtual and abstract methods...


c#oopvirtual-functionsabstract-function

Read More
How does attribute access (.) actually work internally?...


pythonoopattributesmetaclass

Read More
Can I write assertions in an abstract base class to express invariants on descriptors beyond merely ...


pythonooppython-3.6metaprogrammingabc

Read More
Why is it necessary to set “.prototype.constructor” of a constructor function?...


javascriptoopinheritance

Read More
What might be a good Object Oriented Programming book that can give a good, solid foundation in OOP?...


oop

Read More
How will I know when to create an interface?...


design-patternsoopinterfaceclass-design

Read More
BackNext