I have a c++ application with several image types(RGB, Gray...) and every type has properties like Rotation or Scale. Every image type is generated via some computation from the other types. For examp
I have inherited code in which there are standalone functions, one per country code. E.g. def validate_fr(param):
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
This is the Model code generated in MVC3 for Account/Membership class for a sample project I created. I do not see UserId field/attribute or Roles information..
I want to create something like a blog. A Post must belong to a Category. Each Category has many Tags (or subcategories?). A post can have Tags (optionally).
I\'ve got a page with a list of some items. Each item has got some properties: comments, images, a title, a comments form, and content. It seems simple enough to create a class called item which will
i would like to run a function method of a class inside another function method of another class. I wrote the following code as an example and it compiles and return the expected values. My question i
very simple problem, but i want to see how experts look at it. This is just imaginary software just to understand OOP.
Greetings! I am trying to decide on which is the best approach to implement a following scenario: Vehicle and Part are both \"entites\" which can be an Item in an Inventory.
I\'m working on a lil\' game engine in C++, and decided to do it all OOPily (heavy use of classes.) It\'s intended to be (theoretically) cross-platform, so I have an \'Engine\' class, an instance of w