Home C++ What is a Null object?
What is a Null object? E-mail
User Rating: / 0
PoorBest 
It is an object of some class whose purpose is to indicate that a real object of that class does not exist. One common use for a null object is a return

value from a member function that is supposed to return an object with some specified properties but cannot find such an object.
Comments
Search
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
 

Related links

Related Links:

Related Images

Related Links: