Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

How to set a method's default argument to a class member

php oop class class-design

Javascript: How to access a class attribute from a function within one of the class's functions

javascript oop class-design

Initialising classes inside another class in C++?

c++ class-design

If abstract base class is an interface, is it obligatory to call base class constructor in derived class constructor?

Pattern for class instantiation from only one single place?

Class designer [closed]

editor class-design

Overloading Methods Or Not?

c# class-design

Convention of using underscores in C++ class member names

c++ class-design

Guidance for when to explicitly enable/disable copying in C++ classes?

c++ class-design copying

How to override method to invoke superclass' superclass method? [duplicate]

java oop class-design

Override member data in subclass, use in superclass implementation?

Is it accepted to use a private method instead to avoid virtual members in constructor?

c# class-design

How can I create a class file dynamically?

Class Design Question

c# class-design

Subclass constructor with a different number of parameters

Designing classes to cope with frequent database schema changes

c# class-design

Sharing a variable between a class and its member

c# oop class-design

Correct way in OOP. Game example. Player::walk or Map::playerWalk?

c++ oop class-design

Storing historical data with Java and Hibernate

"Public" nested classes or not