How do you use super in C++?

And C++ doesn’t have a super or base keyword to designate “the base class” , like C# and Java do. One reason for this is that C++ supports multiple inheritance, which would make such a keyword ambiguous. But on the other hand, multiple inheritance is not used so often in C++.26 Ara 2017

Sizin İçin Seçtik  Do you need a default constructor in C++?

Leave a Reply

Your email address will not be published. Required fields are marked *