Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Any limit to number of properties on a .NET Class?

c# .net oop

calling a function from class in python - different way

python oop class methods

PHP - override function with different number of parameters

php oop overriding

What type is repository pattern in?

What is the use of constructor in abstract class in php

JSON to Javascript Class

Constructor or init function for an object

javascript oop

Using the Single Responsibility Principle in the "real world" [closed]

Initializing class instance variables in Ruby

ruby-on-rails ruby oop

Design Patterns: How to create database object/connection only when needed?

Overridable and Override in C# and VB

c# .net oop

What is the use of reflection in Java/C# etc [duplicate]

oop reflection theory

Should I use structs in C++?

c++ data-structures oop

Is OOP worth using in PHP?

php oop performance procedural

For C/C++, When is it beneficial not to use Object Oriented Programming?

c++ c oop

How to access Properties of a class from a Generic Method - C#

c# .net oop generics

Delphi - Create class from a string

delphi oop object

Ruby and duck typing: design by contract impossible?

Is OO design's strength in semantics or encapsulation?

Ruby method like `self` that refers to instance

ruby oop