Search code examples
Stuck on Card/Deck exercise from Java official tutorial...


javaoop

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


javaclassoopenumsstatic

Read More
Python - Parent and Child Class inheritance - attribute inheritance...


pythonoop

Read More
Is it possible to override the Getter/Setter functions in a powershell 5 class?...


powershellclassoop

Read More
using sql joins vs using separated methods in java...


javapostgresqloopjdbc

Read More
How to access one object from another form in C#?...


c#oop

Read More
What are Mixins (as a concept)...


c++ooptemplatesmixins

Read More
Multiple classes in single file...


javaoop

Read More
Is there any reason to manually `return` in a constructor function?...


javascriptoopreturnnew-operator

Read More
java - do objects created in methods only live for the life of the method execution?...


javaoop

Read More
Classes defined by using lambda in Java...


javaooplambdajvm

Read More
How to implement an abstract class in Go?...


oopinterfacego

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


oopsolid-principles

Read More
Is Martin Fowler's POEAA implementation of Unit of Work an anti-pattern?...


oopormdomain-driven-designunit-of-workdomain-model

Read More
Is there a way to get an object instance name inside a class?...


phpoop

Read More
What is the definition of dependency in UML...


oopdependenciesuml

Read More
Overriding vs Virtual...


c++functionoopoverridingvirtual

Read More
self inside Lua constructors...


oopluaconstructorfactory

Read More
Specify attributes in constructor in Python...


pythonclassoop

Read More
Optimization Nurse Assignment...


oopoptimizationcplexopl

Read More
What is the dependency inversion principle and why is it important?...


oopsolid-principlesglossaryprinciplesdependency-inversion

Read More
Polymorphism on member variables. I know it is not possible, I don't understand this specific ca...


javaoopclasspolymorphismoverriding

Read More
Do PHP interfaces have properties?...


phpoopinterfacemethods

Read More
Shouldn't __metaclass__ force the use of a metaclass in Python?...


pythonooppython-3.xmetaclass

Read More
When to return 'this' instead of 'void' in a method and why?...


c#oopmethod-chainingfluent-interface

Read More
Kotlin beginner cannot get Response object shape right...


kotlinoop

Read More
PHP equivalent of friend or internal...


phpoopfriend

Read More
Factory Method: Prevent a class from Direct Instancing...


phpoopdesign-patternsfactoryfactory-pattern

Read More
When is it a good idea to return a const reference in C++?...


c++oopreferenceconstants

Read More
Define a common interface without dynamic polymorphism...


c++oopinheritancepolymorphism

Read More
BackNext