Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One method that can be used to identify functions that have an object return type is to look for the class keyword in the function signature. Functions that return objects typically have a class name before the function name. Another method is to check the documentation or source code of the function to see if it returns an object.