InterviewSolution
Saved Bookmarks
| 1. |
A........ is a group of objects that and the function into a single unit |
|
Answer» tion:Object: In OOP, an object is OBTAINED by combining DATA and functions acting UPON the data into a single UNIT. After combining, the functions inside an object are called MEMBER functions and data is called member. ... A class is a collection of object. |
|