Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How to avoid out parameters?

File and Folder structure of a App/Project based in C [closed]

c++ c oop project-management

How to pass Global variables to classes in PHP?

php oop global-variables

When is it best to use a class in Python?

python oop class function

PHP Passing an instance of a class to another class

php oop class instance

Why can't constructor be declared as static in c++?

c++ oop static constructor

Fetch all results from database using mysqli [duplicate]

php oop fetch

Interface inheritance - changing method parameters

java oop inheritance interface

Qt -Timers can only be used with threads started with QThread

c++ qt unit-testing oop

Benefits of an abstract class with a factory constructor?

What are transient dependencies?

java oop

When would you need to use late static binding?

php oop

Overriding a member variable in C++

c++ oop

What is the point of a Data Transfer Object (DTO)?

oop

Methods defined outside class?

php c++ class oop

$settings array or Config Class to store project settings?

php oop class configuration

Python: coerce new-style class

python oop class coerce

Changing reference types(strings) inside methods

c# oop

With mysql_fetch_array I can easily count the rows returned. Can I do something similar with mysql_fetch_object?

php mysql oop mysql-num-rows

Polymorphism design question