1. class objects, method objects, function objects
2. why should base class object points to derived class object (virtual function question) ?
While trying to understand the working principle of virtual functions,
I asked myself that why in this world do we need virtual functions at
the first place ?
Why do base class object needs to points to derived class object ?
I am a newbie and couldn't think of any legit reason. C++ guru please
enlighten me. I couldn't find the appropriate reason in C++ books.
Thanks
3. Why 'class spam(object)' instead of class spam(Object)' ?
4. Passing derived class object array in place of base class object array
5. why should base class object points to derived class object (virtual function question) ?
6. Disable form objects without disabling form object submition
7. Updating JTree object using the class that implements TreeModelListener
8. Cycle through objects on a form / Dynamic Form objects ...
9. Passing ADO conection object to form object on form instantiation
10. What is assigning object inside the class using scope some var outside the class is illegal?
11. What is assigning object inside the class using scope some var outside the class is illegal?
12. getting class object using custom class loader
13. Getting Forms Object from a seprate class Implemented in Form's Namespace.
14. Associate Objects using domain ID or using object references?