Part 8 | Constructors, Inheritance, Polymorphism | Java Programming Malayalam Tutorial

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


Today I will be discussing with you about OOPs- Constructors, Inheritance, and Polymorphism. Also, we will be doing some coding problems related to this particular topic.

I hope you will enjoy today's tutorial and please provide your valuable feedback in the comment session.

10:47 Static
31:22 constructor
37:23 This keyword
45:27 Inheritance
47:52 single inheritance
48:00 multilevel inheritance
48:12 Hierarchial inheritance
01:03:53 Polymorphism
01:04:15 Method overloading
01:06;67 methods overriding
01:08:00 super
01:20:00 string

#100K Coding Challenge is a series of 10 programming tutorial videos in Malayalam which is an initiative by Team Brototype (Former Crossroads) to teach programming in the simplest possible manner to 1 lakh students across Kerala completely FREE of cost.

Certificates will also be issued to candidates who complete the whole 10 videos and pass the Test successfully.

Video tutorials will be uploaded and published on our Brototype Malayalam (Former Crossroads) YouTube channel.

Participants are requested to subscribe and enable notification on our YouTube channel inorder to get the tutorial videos as soon as they are released.

About us:

Subscribe to Kerala's top tech-career YouTube channel and gain access to free programming tutorials and tech-career videos in Malayalam. This channel will help you gain skills and knowledge to build a high-income career in the IT field.

Enrol in our 7-month offline training program, 'Brocamp', to learn coding and other skills in an office environment by paying the training fee after placement.

To know more about Brocamp, Visit:

For any inquiries & updates:
Call/Whatsapp us at 7034395811

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

പത്തു വർഷമായി റിജെക്ഷൻ പേടിച്ചു ഇന്റർവ്യൂ അറ്റൻഡ് ചെയ്യാതെ ഏതൊക്കെയോ കമ്പനിയിൽ ജോലി ചെയ്തു പോകുന്നു.ഒടുവിൽ യാദൃശ്ചികമായി ജീവിതത്തിൽ പലവിധം റിജെക്ഷൻസ് കിട്ടുന്നു, പല വിധത്തിൽ തോൽക്കുന്നു .അതിൽ നിന്നും കിട്ടിയ ധൈര്യത്തിൽ ചറ പറ ഇന്റർവ്യൂ അറ്റൻഡ് ചെയുന്നു. പ്രതീക്ഷ ഉണ്ട്... Your words are highly motivating and classes are really cool to understand.Great Work Sir !

ila
Автор

Daily tips സൂപ്പറാണ്. ഇത് കട്ട് ചെയ്തു ചാനലിൽ ഇട്ടാൽ പ്രോഗ്രാമിംഗ് പഠിക്കാത്തവർക്കും ഉപകാരമാകും. എന്തായാലും really motivative🔥👍👌

Manu_V_M
Автор

Hi, just want to let everyone know in a simple way why main function is static;

public class Fire {
public static void main(String ar[]){
}
}

So, if the main function is not static here, we need an object to call it, right? If we need to call an object for the class Fire, first of all we need to execute the main function. But we can't execute, if it is non-static. So, this creates a problem here. Hope this helps :)

arunmp
Автор

Nikhil sir, Java ithrem simple aayi padippichathinu thank you so much .
Enik Java tough aayita thonnittullath.athukondu thanne ee subject njan maati vechirunnathanu. but sir nte class kettu kazhinju valarea easy aayit cheyyan pattunnund.class and object concept clear aayi.
Sir nte oro class kelkumbozhum confidence level koodunnund.
Thank you so much.

neenujijo
Автор

Nte chetta beginers ithrayum nalla tutorial vere kittilla ellavarum nannayit use cheyyan sramikku

safeertp
Автор

SUPER supparayitnd..

last ellaamkode avilmilk paruvayi..🤪

asharudheen
Автор

Thanks sir. Njn java basics polum padikkathe mobile development class nokki padikkan thudangeethaa.... Appozhkle doubt vann super enthaa extends enthaaa ennokke. Ee class kndappo manassilaayi. Thnk you so much nikhil sir❤️ best coding tutorial channel i have ever seen❤️

safwansalim
Автор

Regarding this key .... i was confused at the explanation but later understood what u meant . You was just showing that we can assign values from global to local variables and vice versa.
My humble suggestion is to include the output of changed value too in order to avoid confusion.Loved the videos :)

public class ThisBody
{
int a=100, b=200; //global varibale

ThisBody(int a, int b) //local variable
{
//this.a=a;
//this.b=b;
//a=this.a;
//b=this.b;
System.out.println(a+" "+b);
System.out.println(this.a+" "+this.b);
}

}


Output:-
10 20
100 200

renjunairpr
Автор

Rejection is the injection to progression.

ilyas_babu
Автор

super ehilum simple aayi java parayan pattilla...super....

saranya
Автор

orupaad kaaryangal manassilayi.Thank you sir.

aromalunnikrishnan
Автор

C manasilayi java manasilavunnilla enthu cheyyum 🙂

subin
Автор

Thank you so much for your efforts.<3

ajilvc
Автор

One video complete akkan one day full venam😍

anandrp
Автор

Multiple inheritances and Multi-level inheritance Separate methods alle?

infomhd
Автор

44:00 constructor nte ullil global aaya variable nn value asign cheyyunnundenkil pinne purath initialize cheyyunnath kond karyamillalloo?
object create cheyyumbol argumentil pass cheyyunna value mathramalle print aakoooo

sidheeqpallam
Автор

Btech 2nd yr... learning JAVA from BrotoType ( Ente Crossroads)

danusabu
Автор

39:52 Sample(int a, int b) constructor alle sir.Athu function alello.So call cheyyunathu object vazhi alle main functionil ulla.

brittothomas
Автор

Sir this upayogichu cheythapol
this. a=a cheythitu shariyaayilla, . But
a=this.a cheythapol sheriyaayi

avenuejoju
Автор

i don't know how express my emotion .but one thing is true .nikihil sir one day of the best teaher in my life.because my child hood days iam thinking coding is very hard .you maked it easy
.thankz sir for your valuble time for spending free education .

sajad