G 
		
								
				
				
			
		Guest
I want to make a base class such that it can only be inheritted by derived
classes that exist in the same project as the base class. But I want the
classes (at least the derived classes) to be public. Can this be done?
				
			classes that exist in the same project as the base class. But I want the
classes (at least the derived classes) to be public. Can this be done?