Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

difference between function hiding and overloading

c++ oop visual-c++

Split data access class into reader and writer or combine them?

How important is it to indicate if a class implements an interface in Perl?

perl oop coding-style

DB Design: more tables vs less tables

One UITableView - Multiple DataSource, best design pattern?

TDD: Static methods, dependency injection, caching, and you!

c# oop tdd

Constructor specialization in python

Why is my for loop stopping after one iteration?

tagging methods and calling them from a client object by tag

What can be instantiated?

c++ oop

Set an object's superclass at __init__?

python oop

Should I instantiate a collection or inherit from collection?

Is downcasting (i.e. casting to derived type) ALWAYS wrong? [closed]

oop

Issue with python class hierarchy

python oop

Does code in the constructor add to code in subclass constructors?

c# language-agnostic oop

Multi-level inheritance with Implements on properties in VB.NET vs C#

c# .net vb.net oop inheritance

Encapsulation in Javascript

What is the best design I can use to define methods with same name?

Need to associate unique integer value with classes

delphi oop inheritance

Designing a class the right way

javascript oop