Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How to know if an object is dynamic in AS3

Transitioning from C# to C++, good references?

c# c++ oop transition

C# - Global Program Object

c# oop static

How to store the object data in mysql db using php class function?

php mysql database oop class

PHP Object Oriented - Best way to implement multiple user roles

php oop

destroying a singleton object

Calling a class inside another one in PHP

php oop

Can an object's methods act on itself?

Programming techniques: Passing objects or values as method parameter

java oop parameter-passing

Does an object capapble to save itself into DataBase spoils the Cohesion of the class?

c# .net oop service cohesion

Accessing the parent Form

c# .net winforms oop

Developing strong applications

php oop

What are the potential issues using this static class

c# asp.net oop class static

Interface Polymorphism in C# 2.0

c# .net oop interface .net-2.0

Using setTimeout() within a JavaScript class function

Polymorphism, why can't I do this?

c++ oop templates polymorphism

Store Object or Pointer in a Vector

c++ oop

RoR models don't seem to act like a Ruby class?

Perl encapsulate class variable?

Why do we use the "new" keyword with an Interface in Java?

java android oop