Top "Class-design" questions

Refers to structural definition of class unit in object-oriented languages.

When to make class and function?

I am a beginner to programming when I start to code I just start writing and solve the problem. I …

function language-agnostic programming-languages class-design
Changing the Type of a inherited property (to a inherited type)

using C# I have a class which contains among other meta information the root node of a directed graph. Let's …

c# architecture class-design
How many methods can a C# class have

Is there a limitation on number of properties, methods a C# class can have? I do a quick skim at …

c# .net methods class-design