No video

#21 Class And Object Theory in Java

  Рет қаралды 231,239

Telusko

Telusko

Күн бұрын

Check out our courses:
Complete Java Developer Course Batch-3: go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Enterprise Java Spring Microservices: go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : go.telusko.com...
Coupon: TELUSKO20 (20% Discount)
For More Queries WhatsApp or Call on : +919008963671
Udemy Courses:
Spring: go.telusko.com...
Java:- go.telusko.com...
Java Spring:- go.telusko.com...
Java For Programmers:- go.telusko.com...
Python : go.telusko.com...
Git : go.telusko.com...
Docker : go.telusko.com...
website : courses.telusk...
In this lecture we will learn:
- Java is an object-oriented language
- What are objects?
- What are classes?
- How do classes and objects create?
#1
Java is Object- Oriented Programming:-
- In the real world, everything is an object like a pen, mouse, glass, etc.
- Every object has two things:
- An object knows something ( It has some properties)
- An object does something( It has a behaviour)
- Every object has a property and behaviour. It can also have multiple properties as well as multiple behaviours.
- To create an object, first, we need to create a class.
- Class act as a blueprint that contains the designing of an object.
#2
- JVM creates objects in Java.
- JVM creates an object but it requires a blueprint.
- Thus, you create a class file that class file gets compiled to create a byte code and that byte code goes to the JVM and then JVM creates an object.
Java:- bit.ly/JavaUde...
Spring:- bit.ly/SpringU...
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Hyperledger Fabric :- bit.ly/38RZCRB
NoSQL Tutorial :- bit.ly/3aJpRuc
Mysql Tutorial :- bit.ly/3thpr4L
Data Structures using Java :- bit.ly/3MuJa7S
Git Tutorial :- bit.ly/3NXyCPu
Donation:
PayPal Id : navinreddy20
www.telusko.com

Пікірлер: 44
@polytrave
@polytrave 7 ай бұрын
i have a test tomorow about this. thank you for explaining!
@wilwill6826
@wilwill6826 8 ай бұрын
I subscribed this month. I am starting to see a pattern with Head First Java. Great training, Sir!
@saieswar7701
@saieswar7701 Жыл бұрын
0:31 that hits hard
@flyboy5691
@flyboy5691 15 күн бұрын
When it comes to programming: This man😊❤
@user-ty8xt1dj3i
@user-ty8xt1dj3i 7 ай бұрын
one of the best lecture, having proper explanation. Thank you
@Mahi_Vasu_7
@Mahi_Vasu_7 Жыл бұрын
hi sir, please make a video based on core java interview questions for freshers pls........
@Welcome_to_reality.
@Welcome_to_reality. Жыл бұрын
Don't Objectify me sir i am not a object
@GargeyasaikrishnaChava
@GargeyasaikrishnaChava 8 ай бұрын
In java bro
@gersonmuel7546
@gersonmuel7546 6 ай бұрын
😂😂😂
@pasindupabasara1293
@pasindupabasara1293 4 ай бұрын
😂😂
@Shrutiii8
@Shrutiii8 Ай бұрын
😂😂😂
@SanataniRishu02
@SanataniRishu02 Ай бұрын
Java : tu hai tujhe pata nhi hai par tu hai (in roadies style) 😂😂
@sanketdevray4590
@sanketdevray4590 7 ай бұрын
Object is something which have state and behaviour that's it.....
@SanataniRishu02
@SanataniRishu02 Ай бұрын
Yeah sweet and simple why isn't anyone liking it?
@Deepuarakatla
@Deepuarakatla Жыл бұрын
Hello reddy sir...thank u for this series❤
@susmitasahani1353
@susmitasahani1353 28 күн бұрын
Where are the 20 videos of starting
@Mamthaaaaaa
@Mamthaaaaaa 2 ай бұрын
Wow thank you sir
@Xteaxipn
@Xteaxipn Жыл бұрын
a x = new b (); sir what does it mean can object have different refrence and created for another class ???? please explain me its so confusing
@sridharkarri4434
@sridharkarri4434 Жыл бұрын
it is the concept of upcasting assining the parent reference variable to the child class it can access only parent variables and some overidden methods
@Xteaxipn
@Xteaxipn Жыл бұрын
@@sridharkarri4434 so what it means when we created aj object of a class and different refrence of class?
@informationtechtips5391
@informationtechtips5391 Жыл бұрын
@@Xteaxipn This possible when B class is child of A; suppose we have create class named as Animal and then cat class extends Animal class so cat is bascially what is Animal so we can write Animal c1=new Cat(); c1 is type of Animal but it is object of Cat class
@Xteaxipn
@Xteaxipn Жыл бұрын
@@informationtechtips5391 ok thanks sir
@k_arsh_10
@k_arsh_10 Ай бұрын
Everything is an object, even women ?
@pratiktiwariramji
@pratiktiwariramji 27 күн бұрын
You are also an object bro 😂
@Ahdheer
@Ahdheer 9 күн бұрын
😂😂
@zr0724
@zr0724 Жыл бұрын
tell us about framework in java
@hrishikeshmukherjee813
@hrishikeshmukherjee813 Жыл бұрын
Thank you
@navinderwadhwa8444
@navinderwadhwa8444 11 ай бұрын
Sir so object is the output we get??
@NicholasYg
@NicholasYg 10 ай бұрын
No, object is an instance of a class. An object can define some properties/variables and use some methods AKA functions
@ramakrishnanalluri2547
@ramakrishnanalluri2547 4 ай бұрын
thanks sir
@kapilvadher4935
@kapilvadher4935 5 ай бұрын
Sir, you look like Leonard Hofstader 😎😎
@akshaygalande2318
@akshaygalande2318 4 ай бұрын
What is present in the class file which is compliled
@Dianaa4-i6h
@Dianaa4-i6h Ай бұрын
Byte code of Java file which is compiled
@ajitdeshmukh6156
@ajitdeshmukh6156 Жыл бұрын
Hello sir....make a video on how to dance
@abdulbasith3818
@abdulbasith3818 9 ай бұрын
😢
@Gamuss12345
@Gamuss12345 8 ай бұрын
XD
@sanketdevray4590
@sanketdevray4590 7 ай бұрын
In fact human thinking is object oriented 😅
@neocoretec
@neocoretec Жыл бұрын
0:27 🤣
@Mahi_Vasu_7
@Mahi_Vasu_7 Жыл бұрын
how to handle the pressure during a interview
@sivareddy412
@sivareddy412 Жыл бұрын
Learn perfectly and u should feel u know all concepts and even u don't know some concepts u should feel the same then only u can overcome from that fear
@adss5095
@adss5095 3 ай бұрын
24.05.24.10.07
@ramakrishnanalluri2547
@ramakrishnanalluri2547 4 ай бұрын
.
@ramakrishnanalluri2547
@ramakrishnanalluri2547 4 ай бұрын
...
#22 Class and Object Practical in Java
15:36
Telusko
Рет қаралды 228 М.
Object-oriented Programming in 7 minutes | Mosh
7:34
Programming with Mosh
Рет қаралды 3,9 МЛН
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 9 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 47 МЛН
#26 Stack And Heap in Java
12:37
Telusko
Рет қаралды 235 М.
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 831 М.
#23 JDK JRE JVM in Java
5:22
Telusko
Рет қаралды 237 М.
#24 Methods in Java
11:30
Telusko
Рет қаралды 211 М.
OOP 1 | Introduction & Concepts - Classes, Objects, Constructors, Keywords
1:42:27
#40 Encapsulation in Java
11:42
Telusko
Рет қаралды 166 М.
#37 Static Variable in Java
7:06
Telusko
Рет қаралды 141 М.
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 9 МЛН