I have two classes A & B.. How can i declare & inoke my Class A constructor in Class B..Class A is not Super Class.

Showing Answers 1 - 5 of 5 Answers

Abraham Varghese

  • Jan 6th, 2006
 

Create a new instance of Class A in Class B using the required constructor of Class A.

Abraham Varghese

  • Jan 6th, 2006
 

Create a new instance of Class A in Class B using the required constructor of Class A.

  Was this answer useful?  Yes

Nithya

  • Nov 29th, 2006
 

using friend function

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions