retagged by
251 views
1 votes
1 votes
Give a simple example on inheriting the operator function and using it in programme
retagged by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
2
go_editor asked Jul 30, 2016
7,395 views
When the inheritance is private, the private methods in base class are _____ in the derived class (in C++)inaccessible accessibleprotectedpublic
2 votes
2 votes
3 answers
3
go_editor asked Jul 30, 2016
6,699 views
Which of the following, in C++, is inherited in a derived class from base class?constructordestructordata membersvirtual methods