Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

What is a partial class?

Scope of usefulness of interface in java

java oop interface

What is the cost of inheritance?

c++ oop inheritance

What is indirect object notation, why is it bad, and how does one avoid it?

oop coding-style perl

Interface in C#

c# oop interface

"Is a" vs "Has a" : which one is better?

oop inheritance composition

do I need to surround fileInputStream.close with a try/catch/finally block? How is it done?

java oop try-catch-finally

Is it possible to over OO?

oop

Initialize base class in .NET

c# .net oop

Member function vs. nonmember function?

c++ oop

Why doesn't inheritance work the way I think it should work?

What are the advantages and disadvantages of Perl for OOP?

perl oop

Coding guides: How do you split up your large source files?

Introducing Brevity Into C# / Java

c# java oop

Design patterns used in Gmail's JavaScript?

Modeling The Shunting-Yard Algorithm

How to avoid the duplication of code in this case?

java oop inheritance interface

Implementing inheritance in AngularJS directives