InterviewSolution
Saved Bookmarks
| 1. |
Which of these can be used to fully abstract a class from its implementation?(a) Objects(b) Packages(c) Interfaces(d) None of the MentionedI had been asked this question in quiz.My enquiry is from Interfaces Introduction in chapter Object Oriented Concepts of C# |
|
Answer» The CORRECT ANSWER is (C) Interfaces |
|