GeekArticles
Programming
C++
Programming
C++Article :: Inheritance and Polymorphism in C++ and C#
C# is often perceived as a much higher-level language than C++. C# is a managed language, but it provides most if not all the same features as C++. Software specialist Stephen Morris shows you how to translate between the two languages without losing the benefits of inheritance and polymorphism.
Related Topics
