InterviewSolution
Saved Bookmarks
| 1. |
Describe The Setting Up Of My Member Functions To Avoid Overriding By The Derived Class? |
|
Answer» To avoid overriding of the member functions by the derived CLASS, the leaf method is used. With the HELP of the leaf method, it is possible to leave the code unaligned at the TIME of execution by simply ADDING a comment next to the method. This method is easy, fast, and INEXPENSIVE to use. To avoid overriding of the member functions by the derived class, the leaf method is used. With the help of the leaf method, it is possible to leave the code unaligned at the time of execution by simply adding a comment next to the method. This method is easy, fast, and inexpensive to use. |
|