Java Tutorial For Beginners 28 - Abstract Methods and Classes

preview_player
Показать описание
Java Abstract Classes. java - What are abstract classes and abstract methods.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Verwandte Suchanfragen zu java abstract classes
abstract class
abstrakte klasse java
java abstrakte klassen beispiel
java interface example
java interface extends
java interface inheritance
wozu benötigt man abstrakte klassen
abstrakte klasse konstruktor
Рекомендации по теме
Комментарии
Автор

Sir, your videos are really good for a beginner and is of immense help.
I also humbly recommend, if you could change the example of the Bank on this and the previous lesson, to some thing more appropriate, like Animal. Conceptually, a Bank class once instantiated, can create Bank ABC and DEF etc. and each with it's specific interest rate. But an Animal is an abstract concept and can only be substantiated with more well-defined classes of animals, like mammals and amphibians and reptiles and so on.

sudiptochatterjee
Автор

You should change the batteries in your fire alarm.

jacksonmckenzie
Автор

I didn't get it. What's the whole idea of using 'abstract classes' ?? I mean what's the use of it ?

AShahwani
Автор

1.5* speed is a new world ! Highly recommended !

jingjingguoguo
Автор

nice example, easily grabbed this, good one👍👍

SmartProgramming
Автор

hello sir, could u please explain me about the difference between polymorphism and abstract class..and even with inheritance... how they modified with one another.... seeking your reply...

dharanirenu
Автор

hi thank you very much but I couldn't download the video it looks like its damaged can you help with ?

MOHAMMADALI-rvwl
Автор

y u r taking same classss exm of bank again n again sir a lot of example r there pls change it

chetnasingh
Автор

why abstract method not working on Strings ?

himanshuverma
Автор

what and where is the use of abstract class and methods?

its_me
Автор

Hi, before I liked your videos but gradually I dislike it because you are always taking previous lesson and continuing doing new lesson on it making some amendments , it causes puzzling and sometimes I am taken aback

elchinshabanov
Автор

So the abstract method can have any data or code in it or only a subclass can do so?

ArkoSarkar
Автор

whats the purpose of declaring a class abstract if we can´t create a object and assign it to the class?
i didn´t understood this, for example;


public class myclass
{
public static void main(Strings[] args)
{
Bank abc = new Bank();//This object can´t be created because 'BANK' class is abstract.
}
}

abstract public class Bank
{
int getInterestRate();
}

how we will set Interest Rate if we can´t do this using ?

abc.setInterestRate();

Glauberz
Автор

I saw yours past all Java videos I understood all of them but unfortunately I didn't get anymore in this video please help to learn abstract method and class

MakkalJanaathipathi
Автор

Very badly explained...I followed your other video which were very good but this one very badly explained.... its seem u were not in good mood when u made this video ...please replace with another video.

shravanidarekar
Автор

Nice videos but your voice puts me to sleep & I cannot pay attention to the video for more than 45 seconds

bhanupratapsharma
Автор

please talk louder, your making me sleepy and not understand anything

gtron
Автор

you didn't tell how to call a abstract class.. u r not good lecture..k

sabeerali