Inheritance in java - What is Inheritance in java | Java OOPS Complete course

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 30

  • @Sajrul_Co
    @Sajrul_Co ปีที่แล้ว

    Another excellent explanation

  • @shrianshkumar3752
    @shrianshkumar3752 9 หลายเดือนก่อน +4

    you are doing very good job

  • @bckatoch8604
    @bckatoch8604 6 หลายเดือนก่อน +2

    Thanks

  • @amirjoy7331
    @amirjoy7331 3 หลายเดือนก่อน

    best oop course so far

  • @arodiyarijvan
    @arodiyarijvan 2 หลายเดือนก่อน +1

    very help this vidio in interview 😇😇😇

  • @santoshchavan8983
    @santoshchavan8983 10 หลายเดือนก่อน

    Excellent Explation

  • @samadsiddiqui5925
    @samadsiddiqui5925 10 หลายเดือนก่อน

    Bing watching this playlist

  • @meharbanakbar9743
    @meharbanakbar9743 11 หลายเดือนก่อน

    Great sir ❤🎉

  • @mohammadsaddam649
    @mohammadsaddam649 14 วันที่ผ่านมา

    Thanks Bhai ❤❤❤

  • @arkdwibedy1477
    @arkdwibedy1477 ปีที่แล้ว

    Excellent explanation ❤❤❤

  • @shaikabdulsaleem4678
    @shaikabdulsaleem4678 ปีที่แล้ว

    Superb Sir 🎉

  • @ujwalkamble7964
    @ujwalkamble7964 2 ปีที่แล้ว +1

    Well explained brother.

  • @farhanmalik6080
    @farhanmalik6080 6 หลายเดือนก่อน

    Quality education brother ❤

  • @chethuchethu6530
    @chethuchethu6530 2 ปีที่แล้ว +1

    Bro please continue your vedios

  • @sanjivshah4130
    @sanjivshah4130 5 หลายเดือนก่อน +4

    DSA and other ppl k video chahiy

  • @arpitbhaliya2972
    @arpitbhaliya2972 3 หลายเดือนก่อน

    Nice ❤

  • @mohammadsaddam649
    @mohammadsaddam649 14 วันที่ผ่านมา

    Thanks Bhai aap pehle kiu nhi mile😅

  • @sanketdhokale7260
    @sanketdhokale7260 4 หลายเดือนก่อน

    super explaination.. but please tell me the name of this theme of your vs code.

  • @tech_nasir
    @tech_nasir 14 วันที่ผ่านมา

    Brother make a MERN stack project's ❤

  • @Prashant_Rajput137
    @Prashant_Rajput137 11 หลายเดือนก่อน

    👍👍

  • @Yaramworld
    @Yaramworld 5 หลายเดือนก่อน

    Is pyr ko Kia naam do 😂 Acha smjaya ap ny sir ❤

  • @aryan28952
    @aryan28952 หลายเดือนก่อน

    Bhai aap kahan ho 9 mahine se ek video upload
    nhi ki

  • @Sardar69649
    @Sardar69649 ปีที่แล้ว

  • @MahrukhMansoor-qm2we
    @MahrukhMansoor-qm2we 17 วันที่ผ่านมา

    DSA bh parhaye

  • @nandinirai5557
    @nandinirai5557 4 หลายเดือนก่อน

    pdf mil skta h kya notes k?

  • @amanbhojak8281
    @amanbhojak8281 ปีที่แล้ว

    ok

  • @Harshal-dk2kr
    @Harshal-dk2kr 4 หลายเดือนก่อน

    can we do this useing contructor :
    here it is :
    class Vehicle{
    double price;
    double mileage;
    String color;

    void show(){
    System.out.println("price: "+price);
    System.out.println("mileage: "+mileage);
    System.out.println("color: "+color);
    }
    }
    class Car extends Vehicle{
    int tires;
    String fuelType;
    String brand;
    boolean sunRoof;
    public Car(String Brand,double Price,double Mileage,String Color,int Tires,String fType,boolean sunroof){
    this.brand = Brand;
    this.mileage = Mileage;
    this.color = Color;
    this.tires = Tires;
    this.fuelType = fType;
    this.sunRoof = sunroof;
    this.price = Price;

    }
    public void printVehicleData(){
    System.out.println("Brand: "+brand);
    System.out.println("Price: "+price);
    System.out.println("mileage: "+mileage);
    System.out.println("color: "+color);
    System.out.println("Fuel type: "+fuelType);
    System.out.println("Tires: "+tires);
    System.out.println("sunRoof present or not: "+sunRoof);
    }
    }
    public class inheritance2 {
    public static void main(String[] args) {
    Car car1 = new Car("Tata",1500000,30,"Red",4,"Diesel",true);
    car1.printVehicleData();

    }
    }

  • @MahrukhMansoor-qm2we
    @MahrukhMansoor-qm2we 17 วันที่ผ่านมา

    DSA bh parhaye