Toggle navigation
LaunchDog QnA
Submit
한국어
日本語
Question/Answer
207
What is the point of interfaces in PHP?
1
When should out and ref parameters be used in C#?
385
What does the 'static' keyword do in a class?
1387
Prefer composition over inheritance?
57
How can I call the 'base implementation' of an overridden virtual method? [duplicate]
489
How to call a parent class function from derived class function?
-2
Instantiate object variables from a string [duplicate]
262
Chain-calling parent constructors in python [duplicate]
3
Using an interface and how to include it? [closed]
54
When should I choose inheritance over an interface when designing C# class libraries? [closed]
725
Interface vs Base class