Saved Bookmarks
| 1. |
Briefly discuss the classes in OOP. |
|
Answer» The Class allows to group functions and data variables. The class is a way to grouping objects having similar characteristics. The objects can be made user-defined data type with the help of a class. |
|