InterviewSolution
Saved Bookmarks
| 1. |
Instance of which type of class can’t be created?(a) Anonymous class(b) Nested class(c) Parent class(d) Abstract classI got this question in an interview for internship.My doubt stems from Classes topic in section OOPs Concept & Features of Object Oriented Programming |
|
Answer» Correct choice is (d) Abstract class |
|