Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File

Status
Not open for further replies.

mayu03

Programmer
Joined
Oct 3, 2003
Messages
91
Location
US
If I wanted to create 1 base class for file and second derived class for input file. whats shoul be in base and derived classes.
 
Go ahead. When you will have troubles, put questions right here.

Ion Filipski
1c.bmp
 
Look at it on paper, what would you want in the input file class. Then see if any of these functions would be useful in other classes (such as an output file class), and move these to the abstract base class.

But the question you are asking is partly down to personal taste and what you need your file system to do !

K
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top