

InterviewSolution
Saved Bookmarks
1. |
_____ represents an entity in the real world with its identity and behaviour.(a) A method(b) An object(c) A class(d) An operator |
Answer» Right option is (b) An object Explanation: An object represents an entity in the real world that can be distinctly identified. A class may define an object. |
|