Class C implements Interface I containing method m1 and m2 declarations. Class C has provided implementation for method m2. Can i create an object of Class C? Ans. No not possible. Class C should provide implementation for all the methods in the Interface I. Since Class C didn't provide implementation for m1 method, it has to be declared as abstract. Abstract classes can't be instantiated. - Study24x7
Social learning Network
16 Oct 2023 10:44 AM study24x7 study24x7

Class C implements Interface I containing method m1 and m2 declarations. Class C has provided implementation for method m2. Can i create an object of Class C? Ans. No not possible. Class C should provide implementation for all the methods in the Interface I. Since Class C didn't...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles