Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Referencing other classes in a class - php

php class oop methods

How to send back data to same form when user hits submit button

php oop

AS3 removing all children from array in a class from parent class

Another Inheritance Question

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