Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How can everything be an object? [closed]

java oop

What does using a dollar sign after $this-> in PHP mean?

php syntax oop

What is delegation? When would I want to use it?

PHP - passing variables to classes

php oop class function

How pointers to function as struct member useful in C?

As OOAD is to OOP what is the equivalent for functional programming?

Patterns, Best Practices and Clean Code

design-patterns oop

Java "new" keyword in parameter

java oop

Is there anything wrong with returning default constructed values?

c++ oop visual-c++ constructor

Do we use Rails ActiveRecord as a Hybrid Structure, i.e. Data Structure+Object?

Why can static classes can have only static members?

Is there a rule of thumb for when to code a static method vs an instance method?

java oop class-design

Why do we use memberless interface?

c# .net oop interface

Is it better to pass an *interface* or an *object* as a parameter to a function?

In Perl are there disadvantages to generating getters and setters rather than hard-coding them?

perl class module oop

Why don't oop languages have a 'read only' access modifier?

oop programming-languages

correct use of classes?

Constructors with the same argument type

c# .net oop

If only one object field is required in a method, what should be passed as a parameter - an object or a field value?

java oop

CBO coupling between object

oop decoupling coupling