extending interfaces in java | Learn Coding

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I rate your video 5 star best oops lecture over YouTube ❤❤

techadvantures
Автор

I got 100 out of 100 only for u sir ❤tq so much 😊😊

ch.madhusmitapatra
Автор

Bihari accent is lob❤️ 6:45 'haiyee nai h'

tusharsoni
Автор

I got 200 out of 100 only for u sir ❤tq so much 😊😊. Extra 100 for learning from learn coding😅

KartikKaushik-cjqh
Автор

Very close to 100K🤩🤩 Can't wait to celeberate

kitishere
Автор

sir please provide this handwritten notes and source code

RahulRaj-wftb
Автор

Sub method ke liye override kyu lagaya

Sir-ji
Автор

Sir aap ka koun sa editer hai please tell me 🙏🙏👈👈👈

sscode
Автор

Sir. yah concept Mera dimag nahin samajh paya | Sir. Kripya fir se shamjhaye;

mr.arjunpr
Автор

Sir class 12 computer important topics for upboard 2021 plz help English medium please reply 🙏🙏

amanpal
Автор

Pls sir c programming fir se start kijiye.

smmh.
Автор

Sir I am an editor but I don't have any work... If you or anyone need editor say me

thekamruz
Автор

sir, I get confused when to use 'Extends' and 'when to use 'implements' keyword? what are the difference between them? can we use 'implements' keyword to make inheritance from a super class to sub class? please make a video to clear this doubts. i tried below coding using 'implements' keyword between classes, but it gives compilation error "Interface expected here" . but when I change 'implements' to 'extends' the program runs successfully.

class A {
void Disp() {
System.out.println("A class");
}
}

class B implements A {
void Show() {
System.out.println("B class");
}
}

class Demo {
public static void main(String[] args) {
B r=new B();
r.Show();
r.Disp();
}
}

_subhamitasarkar
join shbcf.ru