+ Reply to Thread
Results 1 to 2 of 2

Thread: Different types of polymorphism in C++

  1. #1
    JavaGuy Guest

    Different types of polymorphism in C++

    Explain the different types of polymorphism in C++.

  2. #2
    rahul.jain Guest
    C++ provides three different types of polymorphism

    1. Virtual functions
    2. Function name overloading
    3. Operator overloading

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. types of memory allocation in C++
    By JavaGuy in forum C++ Fundamentals
    Replies: 1
    Last Post: 22nd August 2010, 13:13

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts