Functions And Methods In C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Priyanka Goswami
    New Member
    • Jul 2007
    • 3

    Functions And Methods In C++

    What Is The Difference Between Function And Method In C++?
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    Originally posted by Priyanka Goswami
    What Is The Difference Between Function And Method In C++?
    Generally function is used for C++ and method is used for Java

    For eg. void fun()
    This is function in C++ and method in Java

    Regards

    Comment

    • Rasputin
      New Member
      • Jun 2007
      • 33

      #3
      I use method as a synonym to member function.

      There's already a thread on this:


      Ras.
      Last edited by Rasputin; Jul 20 '07, 08:12 AM. Reason: spelling

      Comment

      Working...