What are good name conventions for classes. How for example should the name be different between a base class and a derived class or an abstract class and a concrete class?
Luther von Wulf 7 Light Poster
Recommended Answers
Jump to PostThere aren't really any "naming rules" per se. It's more a matter of common sense and personal preference. Many people will add a 'c' at the beginning of a class name to indicate that it's a class name. But, using bank accounts as a simple example, something like this would …
All 4 Replies
Fbody 682 Posting Maven Featured Poster
Duki 552 Nearly a Posting Virtuoso
Fbody 682 Posting Maven Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.