Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

When should I use OO Perl?

perl oop

C# using the "this" keyword in this situation?

c# oop this

Is there any way to break out of a function that returns void?

c# oop

What things are best not done in a constructor?

php oop constructor

Call an Object inside of a function

php oop function

Why does PHP 5 use __contruct() instead of className() as constructor?

php oop

The purpose of interfaces continued

java oop interface

Should enum objects be stateless?

java oop enums