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 car-analogy
Whether to model a car object (and its parts such as engine) with has-a (composition) or is-a (inheritance)?
Dec 20, 2022
oop
inheritance
design-patterns
composition
car-analogy
Car steering algorithm?
Nov 11, 2022
algorithm
car-analogy
OOP design : Car - Connection between Tank and Engine
Apr 09, 2022
oop
design-patterns
software-design
car-analogy
How do I use composition with inheritance?
Nov 12, 2022
oop
inheritance
composition
ooad
car-analogy
Ruby: difference between @cars.each do |car| and for car in @cars do
Apr 23, 2013
ruby
car-analogy
Why stick to get-set and not car.speed() and car.speed(55) respectively?
Sep 13, 2022
oop
encapsulation
setter
getter
car-analogy
How can I avoid dynamic_cast in my C++ code?
Mar 11, 2022
c++
oop
inheritance
dynamic-cast
car-analogy
What is a practical, real world example of the Linked List?
Dec 15, 2021
collections
linked-list
car-analogy