Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in oop
Adding a protected constructor to allow subclasses provide different implementations
Jun 21, 2026
java
oop
interface
Generic Class Polymorphisim
Jun 21, 2026
c#
.net
oop
generics
polymorphism
Code smell - which design pattern and how to implement?
Jun 19, 2026
java
oop
design-patterns
Inheritance in matlab
Jun 19, 2026
matlab
oop
constructor
why in Kotlin, Stack<Int> can push(null) but ArrayList<Int> cannot add(null)?
Jun 20, 2026
oop
kotlin
Implementing an abstract class as a interface for other classes without vtable overhead
Jun 20, 2026
c++
oop
c++11
inheritance
c++17
Finding out if a class is a subclass of another class (Objective-C)
Jun 20, 2026
objective-c
oop
Why use @property decorator when I can use a normal method getter? [duplicate]
Jun 20, 2026
python
oop
properties
decorator
Just how limited should the responsibilities of a Repository be?
Jun 19, 2026
oop
architecture
domain-driven-design
data-access-layer
Pass an Object, Inherit it or use direct method
Jun 18, 2026
c#
oop
inheritance
object
encapsulation
How Base classes are automatically instantiated before derived classes
Jun 19, 2026
c#
asp.net
oop
inheritance
In C# how can a sub class object can directly call a super class method which is overridden?
Jun 19, 2026
c#
oop
How can I set/modify parent class variables through child class?
Jun 17, 2026
php
oop
PHP - Use of Traits to share properties only
Jun 18, 2026
php
oop
traits
Is it appropriate to use a series of lambda functions to define class functionality? [closed]
Jun 18, 2026
java
oop
lambda
java-8
readability
Loading OOP structure from XML--how to design code
Jun 19, 2026
xml
oop
design a circle in the 3-D space
Jun 19, 2026
oop
Is there a way to avoid boilerplate property getters in Python subclasses using the @property decorator?
Jun 18, 2026
python
oop
inheritance
properties
Is this an acceptable way to cache both queries and built pages in a PHP mvc?
Jun 17, 2026
php
oop
caching
model-view-controller
Older Entries »