multiple inheritance using interface in java | Learn Coding

preview_player
Показать описание
Don't forget to tag our Channel...!
#JavaInterface
#MultipleInheritance
#LearnCoding
#ask4help
#multipleinheritanceusinginterface
#JavaMultipleInheritance
#interfaceinjava
Рекомендации по теме
Комментарии
Автор

I'm last year student, I learnt everything on YouTube, I never found videos, playlist better than these .thanku so much sir

snehaldeshmukh
Автор

I have seen many vedios to learn Java but not found any vedio like this..the best explanation.. no English overacting nothing.. really sir you are doing great work for those who can't afford classes..I have also joined class and I found you are way more better

zaveriakhan
Автор

bhai aapke likes and views aapki knowledge ke hisaab se bohot hee under rated hai, bas itna hee kahunga best platform to learn java with proper knowledge and ease

kingmighty
Автор

learn coding is one of the best channel for clear our douts

SouravJoshiFanPage-kn
Автор

This java series is just 💥🔥
Thank you so Much sir.

sandipmanna
Автор

Hi Sir Greeting for day
really very good explanation, first time i saw this type of unique videos. its very much help full

javachanchal
Автор

Hindi me itna sahi explain...just WOW...

bksurajkapde
Автор

Sir, you are a king you deserve billion of age

Omunamantech
Автор

Wah wah! toda late hi sahi!
Thank you.

nikhilnilayworld
Автор

Sir your all classes are very helpful.thank you sir .

myvedios
Автор

Waiting for advance java ❤ #learncoding

Harsh
Автор

🎁🎁Sir congratulations one million subscribers 🎁🎁

nitish_raj
Автор

what if interface A and B have same method but purpose of both methods is different, Then?. in inheritance single or multilevel if we extend parent class then we have access to the parent class methods with implementation. how we can do that using multiple inheritance. here we are writing own logic in class where we implemented A and B. then what is use of it.

rjwhatsapp
Автор

Yes we are understanding what you are saying

hamza
Автор

Thank you Sir.
It was really very helpful 😊

nadiamujeeb
Автор

Sir Python course ke liye bola tha maine ....
But confusion hoti h Python me ..
Sir Python ki video upload kr do... Easy way explaination

amitbahuguna
Автор

Below is the example where we can achieve same requirement in using Inheritance but not multiple inheritance

public class Program extends Truck
{
public static void main(String[] args) {
Truck t=new Truck();
t.horn();
}
}

class Car{
void horn(){
System.out.println("Truck horn");
}
}

class Truck extends Car{
@Override
void horn(){
System.out.println("Truck horn");
}
}

viewer
Автор

I don't know the language but I understand it clearly. Thank you.

kidanehailemichael
Автор

सर एक वीडियो बनाईए कि, जावा मल्टीपल इन्हेरिटेंस को स्पोर्ट्स क्यों नहीं करता है?

nitish_raj
Автор

do you teach java J2EE? please look into it.

kishoreg