Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

What does Protected Internal mean in .Net [duplicate]

c# .net oop

Comparing Integer objects [duplicate]

java oop object

What is the fragile base class problem?

java oop

Using the class as a type hint for arguments in its methods [duplicate]

How is OOP and Design Patterns related? [closed]

design-patterns oop

What is Interface Duck Typing?

c# oop

C++ - construction of an object inside a class

c++ constructor oop

How to solve circular reference?

c# oop circular-dependency

How can a derived class invoke private method of base class?

java oop inheritance

Best method for storing this pointer for use in WndProc

c++ windows winapi oop wndproc

Is Clojure object-oriented at its heart? (Polymorphism in seqs)

Is it possible to access struct fields from within a trait?

oop rust traits

Inheritance or composition: Rely on "is-a" and "has-a"?

c++ inheritance oop

What is the difference between subtyping and inheritance in OO programming?

oop computer-science

How exactly do "Objects communicate with each other by passing messages"?

language-agnostic oop

Initializing a class with Class.forName() and which have a constructor which takes arguments

Extending Number.prototype in javascript and the Math object?

Separation of concerns; MVC; why?

Can I use methods of a class without instantiating this class?

Best practice for constant string for implementations to use