Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Where should constants for events go in a C# project

Can I instance a class that inherits the values of an instance of a superclass?

c# oop

Convert an Object to an Array

php arrays wordpress oop

How to implement an overriden method with a different return type?

java oop abstract-class

Why is it allowed for a parent class object to be instantiated using a child class's constructor?

java oop object inheritance

I'm this close to having an Interface epiphany

c# asp.net visual-studio oop

In C++, how can I hold a list of an abstract class?

Abstract class design

c# oop abstract-class

PHP syntax to call methods on temporary objects

php object oop temporary

How not to implement a function of an interface in class?

c# oop interface

C++: Reasons for passing objects by value

java c++ oop

Is Ruby pass-by-value or pass-by-reference? [duplicate]

What is the best way to organize object oriented code?

java oop organization

Compile a Java class against an interface even if none was specified

java oop interface

What is the best analogy to help non-oop developers grok interface based programming? [closed]

oop interface

Which development skills have you acquired after 7-10++ years of experience in OO development?

language-agnostic oop

Why does C++ behave this way?

c++ arrays oop object

Why can application developers do datasebase stuff but database developers try to stay clear of application stuff?

OOP C# Question: Making a Fruit a Pear

c# .net oop

Which should inherit which?

oop puzzle