InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Function Group And Classes? |
|
Answer» We can create MANY instances of the same CLASS with in a PROGRAM, but we cannot create many instances of FUNCTION group. We can create many instances of the same class with in a program, but we cannot create many instances of function group. |
|