C++
Programming and Technical
Programming
Technical
What is virtual class and friend class?
Read Solution (Total 1)
-
- friend class is used to share private data between 2 or
more classes the function declared as freind are not called
using any object it is called like normal .the arguments to
such functions is normally object of a class.
virtual class is used for run time polymorphism when object
is linked to procedure call at run time - 8 years agoHelpfull: Yes(0) No(0)
C++ Other Question