Cardale Posted November 14, 2007 Share Posted November 14, 2007 I'm kinda behind or not up to date as to how far I can go with classes. Is it possible to unite say 4 classes under one main class? Say my Main class then a database class which needs to use the main class and the error class then the error class that needs to use the template class and the template class needs to use the language class and all still be using the main class? ....whoooo ran outta breat Quote Link to comment Share on other sites More sharing options...
trq Posted November 14, 2007 Share Posted November 14, 2007 Classes can contain a reference to as many objects as they need, they can however only inherit from one. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.