Thread
:
virtual class with friend functions
View Single Post
•
•
Join Date: Dec 2007
Posts: 439
Reputation:
Solved Threads: 68
Agni
Offline
Posting Pro in Training
Re: virtual class with friend functions
0
#
2
Dec 1st, 2008
comment out
Help with Code Tags
C++ Syntax
(
Toggle Plain Text
)
virtual
void
mission
(
)
;
virtual void mission();
and try
and give different names for base class and derived class 'name' variable to see the difference.
thanks
-chandra
Agni
View Public Profile
Find all posts by Agni