MyClassBase or BaseMyClass?
        Posted  
        
            by Vasiliy Borovyak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vasiliy Borovyak
        
        
        
        Published on 2010-05-18T08:19:36Z
        Indexed on 
            2010/05/18
            8:30 UTC
        
        
        Read the original article
        Hit count: 286
        
What is the better way to name base abstract classes? I still can't decide where to put 'Base' word. Should it be 'BaseMyClass' or 'MyClassBase'?
How do you name those and why?
© Stack Overflow or respective owner