Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Do I have to typedef on every Header file?

c++ oop typedef

"stringDemo" versus new string("stringDemo".ToCharArray);

c# .net oop c#-4.0

Python: accessing attributes and methods of one class in another

python oop

Does the Single Responsibility Principle work in OOP?

What is the correct term for the list that initializes the data members?

Initializing a class using superclass initializer

What is "logger" in Java?

java oop methods logging

When should we use method overloading vs method with different naming

c++ oop overloading

Objects which send themselves - a good idea?

oop class data-structures

Can I use static class for my Logger?

php oop

Abstraction in Java?

java oop abstraction

Comparing derived classes in C++ without dynamic casting or static downcasting

c++ oop

How do I check whether an interfaced object implements another interface?

delphi oop interface

Is there a way to make a "virtual" variable in a C++ base class?

c++ oop c++11

When to Favor Inheritance Over Composition

oop inheritance composition

Dependency inversion (from S.O.L.I.D principles) in C++

c++ oop

"Diffing" objects from a relational database

language-agnostic oop diff

PHP variables in classes

php oop variables

Get timestamps of current week

php oop datetime

Javascript: Iterating over array with non-consecutive keys

javascript jquery oop iterator