Search code examples
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
What are the comments found above methods in a controller?...


phplaraveloop

Read More
Dyalog APL: How to write array of Objects (with NameSpace) to XML File?...


xmloopnamespacesapldyalog

Read More
Single Responsibility Principle(SRP) and my Service Class...


oopsolid-principlessingle-responsibility-principle

Read More
What is the best way to design getters and setters and why?...


javaoopgetter-setter

Read More
classes design in OOA...


oopdesign-patternsobject-oriented-analysis

Read More
Why does int.__class__ give type in Python?...


pythonoopmetaclass

Read More
Adapter Pattern: Class Adapter vs Object Adapter...


oopdesign-patternsadaptersoftware-design

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


oopcoding-styleclass-design

Read More
Can't properly structure a project with a lot of dependencies in Java...


javaoopdesign-patternsdependency-injection

Read More
Defining a factory method inside an abstract class in Flutter...


flutterdartoop

Read More
Insert function for a matrix in OCaml is not working...


classoopmatrixocamlsudoku

Read More
Dyalog APL: How to write array of Objects to XML File?...


xmlfileoopapldyalog

Read More
std::vector not initialized in initializer list when using reference member...


c++oopreference

Read More
Need to Fetch the data in PDO::FETCH_CLASS in PHP...


phpclassooppdo

Read More
E-Commerce low level design of Order class...


javaoopdesign-patternsapi-design

Read More
What is the difference between inheritance and composition?...


oopdesign-patterns

Read More
List name doesn't exist in current context C#...


c#listoop

Read More
How abstraction and encapsulation differ?...


c#oopencapsulationabstraction

Read More
Child structure depends on parent property...


objectoopdesign-patternsarchitecturedependencies

Read More
How polymorphism is implemented in java?...


javaooppolymorphism

Read More
OOP - Message Passing in C#...


c#oopmessage-passing

Read More
How to create a derived class in JavaScript?...


javascriptoopobjectinheritanceecmascript-6

Read More
Private property in parent class can be accessed and re-assigned through the instance of child class...


phpoopvisibilityprivateprotected

Read More
How is the keyword 'finally' meant to be used in PHP?...


phpoopexceptiontry-catch-finally

Read More
BackNext