Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How to use $db from another .php to another .php's class using OOP?

php mysql oop mysqli

C# vs VB.Net, what's the difference between Shadowing and [Overloading (without changing the arguments)]

How to refactor a large class with many methods that have single responsibility?

What is the use of single responsibility principle?

OOP design of little helper classes

java oop inner-classes

Opensource Object Database? [closed]

database open-source oop

AntFarm anti-pattern -- strategies to avoid, antidotes to help heal from

How do I design a sub class with features not available in the base class?

java oop

performance of loading php classes and the use of 'extends'

php oop class

Terminology: What's the difference between a class and a component?

Private Methods in a Mootools Class

javascript oop mootools

Semi-inheritance in C: How does this snippet work?

c oop inheritance

C++ inheritance, base methods hidden

c++ oop inheritance

Efficiency of program

c++ oop performance

What are the advantages of interfaces and abstract classes? [duplicate]

Breaking up a large, cohesive class

oop design-patterns

Passing $db object to other classes so they can access the database

instantiation in c++

c++ oop object

get parent folder paths with php

What does the syntax '%s' and '%d' mean as shorthand for calling a variable?

php oop