Build your first OOP application in Java with example - Building a School Management System

preview_player
Показать описание
Object oriented programming in java.
Application of OOP - Building a School Management System in Java, this just uses core java without any EE application. This is for those who just have started programming in java and want to learn little more on object oriented programming application in core java.

Search terms include : Object oriented programming tutorial,
building java apps, core java tutorial, java school management system. Classes and Objects in java with example.
School management tutorial in java, building java programs application. Learn Java Programming - Learn To Code Java Like a Pro‎. Java Tutorial For Beginners: Learn Java Programming From. java programmieren lernen. java kurs.
Рекомендации по теме
Комментарии
Автор

I love that this video explains why you do everything instead of just saying that it just needs to be done like so many other videos. Super helpful. I've been trying to learn for weeks and this video finally helped me understand constructors.

slsinflorida
Автор

On points that are relatively unimportant you are spending a lot of time. And the time that actually write code, you write it so fast and you jump between the tabs (i.e. 1:33:00 and the subsequent 5 minutes). So on some parts of the video I think nothing is happening (just explanation) and on others I have to stop and repeat the video. So take a little Pause after writing code or switching a tab. Keep in mind we are repeating after you. However, thank you very much for your help. Its a great video and very helpful. It was the first video I used after learning OOP in theory. I will recommend this video to my classmates.

Sorayjax
Автор

i liked the way how liked button at the bottom blinked or coloured at a particular time line when u said "if u like the video then like it" .

GoUrAvpandey-gr
Автор

Great video, i got 2 buts:
1. using static at School variable is pretty bad idea. If you gonna create another School instance, every static is gonna reset and mix up.
2. Teacher.receiveSalary(int salary) - in the method you shouldn't pass any values. Everything should be done in the method. Teacher shouldnt be able to receive other salary value than the value intialized in his class.
Teacher.receiveSalary(),
salaryEarned += (this).salary

dawidmaron
Автор

You would be such a good teacher! You are not just writing everything down and saying us to copy it, you are explaining everything and it is such a good thing, which helps us all to understand how oop works. I love this tutorial! Thumbs up and subscription from me!

digitalminister
Автор

fantastic tutorial. Super informative and detailed, didn't rush through the process. All was very well explained. Please make more videos like this.

adamcohen
Автор

Thanks man, this is a great hands-on tutorial!

austonzhang
Автор

Please, please make more such projects on OOPs in core java 👏👏👏👏👏

cameracoverage
Автор

What an example! Thanks a lot Rakshit! It’s just awesome!

FamilyCooking_AZ
Автор

Thank u Rakshith Vasudev anna
This helped me a lot

krd
Автор

42:56 It should be updated salary only...as we are initializing it in the constructor and updating it in setSalary()...

divyapawar
Автор

thanks for the video sir, it's very helpful. May I suggest that you should zoom in a bit closer when you typing, it's easier to see especially with people using small laptop like me

danhle
Автор

It's a great video with informative explaination really appriciate your efforts

butterflybeautysalonindore
Автор

This was so clear and easy to understand, god bless you.

stuff
Автор

Rakshith Hi....This was a good one. Why? It is really a practical example...It is impressive that you made a tangible affair. What would be the next logical tutorial to take from you, that builds on this School management system that shows ''great teaching skills " ?

michelrwekaza
Автор

Super great tutorial that was really helpful and fun to follow! Thank you!

AndresGutierrez-seik
Автор

Nice teaching.
But try to make videos with GUI so viewers would have a clear view of everything.
BTW thanks :)

zohaibahmed
Автор

Thank you Rakshith. You are great at teaching. It would be great if you remain simple and natural while teaching, not copying bucky's way of talking...

dadasajad
Автор

Wouldnt it be better to us a float/double for fees paid, surely have a decimel value for currency would be more accurate. I understand there are problems with using these with accuracy, and we may need to dive into using bigdecimals, converting the value to a string and then to a large decimal value. Did you use an int because its a tutorial for beginners, so its easier?

ashleyez
Автор

hello
i would like to ask about arrayList; how do we embed it or attach it when you are using GUI(jFrames).
anyway thanks for the video

igorjabiro