Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

is there any way to access all references to given object?

Best way to implement observer pattern in Delphi

delphi oop design-patterns

Class Structure for a list Class?

c# oop class class-design

Doubts about the use of polymorphism, and also about how is polymorphism related to casting?

JPA, inheritance and instanceof

java hibernate oop jpa

Memory allocation for regular class static class static method instanve method and data member on heap and stack c#? [closed]

c# oop

Can we replace if statement with an object in C#

c# oop refactoring

confusion about javascript exercise

javascript oop

Maintaining object relationships with PHP serialization

Who do we protect our classes from?

scala: how to model a basic parent-child relation

oop scala relationship

Database Queries in MVC Model

asp.net-mvc oop

Why does "[self class] == [super class]"?

Cancelling a thread running a long operation

Alternatives to a deep inheritance hierarchy?

C# bank example - class for customers - what for withdrawls, deposits, etc

c# oop class c#-4.0

Passing an entire Class as a parameter within another Class

php oop methods

Ambiguous reference and namespace (clash of definitions from the two external libraries)

Is encapsulation via public const pointers a good idea?

c++ oop

am i wasting server time if i call one method for each request for insertion

php mysql class oop methods