InterviewSolution
Saved Bookmarks
| 1. |
Which other keywords are also used to declare the class other than class?(a) struct(b) union(c) object(d) both struct & union |
|
Answer» Correct option is (d) both struct & union Easiest explanation - Struct and union take the same definition of class but differs in the access techniques. |
|