C++ Basic Object Oriented question - TechRepublic
General discussion
May 13, 2002 at 01:19 AM
bfishell

C++ Basic Object Oriented question

by bfishell . Updated 24 years, 1 month ago

Hello,
I am relatively new to OO programming. I have a question:
In C++, is it necessary to create a “dummy object” to access member functions that take objects as arguments? In other words, can I use a member function without an object? Thanks in advance.

This discussion is locked

All Comments