Search code examples
In Dart, is it possible to pass an argument in a singleton?...


oopdartfluttersingleton

Read More
Does the Single Responsibility Principle work in OOP?...


oopdesign-patternssolid-principlessingle-responsibility-principle

Read More
'TypeError: __init__() got multiple values for argument' with Python 3 using super() functio...


pythonpython-3.xoopsuper

Read More
Understanding the Need for .map When Working with Optional and Interface Types in Spring Boot...


javaspringspring-bootoopjava-stream

Read More
Can't create instance - Constructor has private access...


javaclassoopcompiler-errorsstatic

Read More
Should Guid.Empty Result in ArgumentException or ArgumentOutOfRangeException...


.netoop

Read More
Calling object without creating it, in CPP Oops...


c++xcodeoop

Read More
Java DepthFirstSearch Algorithm not working...


javaalgorithmoopdepth-first-searchmaze

Read More
simulate method call mechanism of inheritance...


c#oopinheritance

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


javascriptoop

Read More
How to force overriding a method in a descendant, without having an abstract base class?...


c#.netoop

Read More
Laravel - How to call static function without instantiate object...


phplaraveloopmodel-view-controller

Read More
initializing inline and initializing inside constructor which does run first in Typescript?...


typescriptoopconstructorinitialization

Read More
What is polymorphism in JavaScript?...


javascriptooppolymorphism

Read More
What does it mean that Javascript is a prototype based language?...


javascriptoopinheritanceprototype-programming

Read More
Is there a special object initializer construct in PHP like there is now in C#?...


phpoopconstructorinitialization

Read More
Choosing Design Pattern between DB and Web App...


oopdesign-patterns

Read More
Want to enforce specific order of methods execution of a class, when this class is used. Does exist ...


c#oopdesign-patterns

Read More
When calling an inherited method from a derived class it tries to use the uninitialised fields of th...


c++oopinheritance

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


pythonclassoopenumsoverriding

Read More
Best practice: ordering of public/protected/private within the class definition?...


oopcoding-styleclass-design

Read More
different between class name vs self calling in super()...


pythonclassooppytorchsuper

Read More
What is the C# equivalent to PHP's "self::"?...


c#oop

Read More
Are these inherited properties?...


javascriptoopinheritanceprototypal-inheritance

Read More
Should I (and how should I) align the types hints my abstract class and concrete class in Python?...


pythonoop

Read More
Should I use public or private variables?...


c++oopabstractiongetter-setterdata-access

Read More
Python: How to get attributes and their type from a dataclass?...


pythonooppython-dataclasses

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


classoopinno-setuppascalscript

Read More
How to call a method inside another method in Powershell?...


powershelloop

Read More
Why doesn't Java Map extend Collection?...


javaoopcollections

Read More
BackNext