Java tutorial in Hindi for beginners #53 Java Abstract class in Hindi | Abstract class Java

preview_player
Показать описание
Here we learn about what is Abstract class in java in the Hindi language? This is a step-by-step guide to java in Hindi.

Points of video
What is Abstract class
How to use Abstract class
Example and test.
Interview Questions.
Used for making methods without and with the body.
Used for making abstract methods and Non-methods
Object can not created with Abstract class
java tutorial for beginners step by step

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

bhaiya springboot ki series bhi bnado ab react native ke baad, almost 70% industry have springboot as their backend !!!

MayankVerma-fdop
Автор

Bhai Prisma or next J's with mongodb

aliahmad-korb
Автор

showing me error with Abstract class Android

please check

Niranjankumar-glut
Автор

Abstract class Android {

void goodFeature (){

System.out.println("Android OS provide alot of good features");

}
//Abstract void makeYourUI ();
}

class AnySmartIphone extends Android{

void makeYourUI(){

System.out.println("male your own UI");

}
}
class AbstractEx {

public static void main (String [] args){


AnySmartIphone A1 = new AnySmartIphone();

A1.makeYourUI();
A1.goodFeature();

// Android A1 = new Android ();

}
}

Niranjankumar-glut
join shbcf.ru