InterviewSolution
Saved Bookmarks
| 1. |
Which of the following pairs are similar?(a) Class and object(b) Class and structure(c) Structure and object(d) Structure and functionsI got this question by my college professor while I was bunking the class.The question is from Classes topic in section OOPs Concept & Features of Object Oriented Programming |
|
Answer» The CORRECT choice is (B) Class and structure |
|