C++ Programming and Technical

How do we declare a class as a friend of another class?

Read Solution (Total 0)

C++ Other Question

A Class can have how many destructor?

Options
1) 1
2) 2
3) 3
4) 4
Explain how to call a base member function from derived class member function.