Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Is hiding implementation detail Encapsulation or Abstraction?

java oop c++11

Access subclass fields from a base class in Java

Use a callback in a JavaScript class

PHP OOP How to process data returned by DB query

php oop

Structuring API Calls in Python

python oop data-structures

What is the best (designwise) way to pass an NSArray of model objects to a view object?

give a subobject a pointer to a parent object in the parent object's constructor?

c++ oop object this

OOP Design Question - Validating properties

oop

How would I control this textgame and how would the classes get a better structure to do this?

oop class-design

How to include properties via composition?

My abstract class implements an interface but doesn't implement some of its methods. How do I make it compile?

Hide Virtual function In Inherited Class

c# oop inheritance

Can you initialize an objects attribute the first time it gets accessed?

python oop

Composite pattern with variations in classes

Is it programmatically correct to instantiate a class inside a loop or an if statement?

python oop class

"Object reference not set to an instance of an object" Error

Why it is not possible to create a class that extends OnTouchListener

java android oop

Casting as sub-class in Actionscript