+ 1

CAN WE USE EXTENDS AND Implements on same class at a time in Java

2nd Jan 2023, 1:54 PM
Madipadige Manish Kumar
Madipadige Manish Kumar - avatar
1 Réponse
+ 4
Hey, yes you can but you need to declare extends before implements. Here is an example: public class ClassName extends AbstactClassName implements Interface { // your code } I hope this one helped.
2nd Jan 2023, 2:36 PM
NTADI MJ🇨🇬🌍🇨🇬
NTADI MJ🇨🇬🌍🇨🇬 - avatar