View Single Post
  #2 (permalink)  
Old 04-22-2008, 11:38 AM
sanjeevtarar's Avatar
sanjeevtarar sanjeevtarar is offline
Senior Member
 
Join Date: Apr 2008
Location: Delhi(India)
Posts: 251
sanjeevtarar is on a distinguished road
Quote:
Originally Posted by jazz2k8 View Post
I am having total 3 classes and i want to merge all into one class.
EG:A,B,C are different type of documents
class A
Class B
Class C

-jazz
Hi,

What exactly you want..??

If you want to merge classes you can do it with using inner classes.
But according to your description it seems that you want to merge all methods of three classes into single class..

please explain some more details.


sanjeev
Reply With Quote