I have never really understood the concept of Class, Methods and Object until i watched this video... you really broke it down brother...Excellent instructions
The kind of details in the video like explaining every single word from void to object to function helped me a lot, i have never understood class and object effectively until now. Thanks a lot sir
Will you please explain why this playlist is not a continuous one ,like when i watch video number 23 and go to 24 ....you were actually saying that in previous video we have seen something like calculator program which doesn't exists in the previous whichever i watched
Hi Sir, please help🙏, how to access the variables inside the method to another method? Void Room1(){ name1="Elisa"; name2="Jefrey"; } Void Room2(){ i want to access "Elisa" }
One SUGESSTION Sir, Please don't give different 2 examples, Please stick to one example through out the video.. if you are giving example of 'Computer' then please stick to that example only Instead of giving several examples like Car, Pen, Computer etc this could confuse a viewer.. OTHERWISE THE VIDEO WAS GOOD
I have never really understood the concept of Class, Methods and Object until i watched this video... you really broke it down brother...Excellent instructions
Watching this video today and realized that your joke about "Nothing phone" actually became true. There is actually something called nothing phone.😄
True
9:53 We can't ignore dude... Coz it's funny 😂😂
The "Nothing" joke hits hard. haha loved it
😂
Nothing phone 🤣
Thanks for those great updated videos!
Much love from Mauritius
The kind of details in the video like explaining every single word from void to object to function helped me a lot, i have never understood class and object effectively until now. Thanks a lot sir
Your explanation is extremely good
Way of explain its really good.even don't know java also easy to understand...
Excellent teaching.
You are teaching very well than my teachers
Thank you so much sir🙂, Your teaching is extremely good👌👌👌🤝
THANKS' FOR LECTURE SIR...THW WAY OF YOUR TEACHING NEXT LEVEL............THANKS' SIR
awesome sir keep it up
Why are youtube videos literally alway better then in person lectures?
Great full ❤
great explanation 😍
Well Teached
poetic
how do you make the terminal on right side like that?
Thank you sir
But you teach well and I've never seen a teacher like you.
Sir, it would be advisable to update your IDE promptly.
Can you please explain about the ' . ' (Dot)operater and it's function
It's basically used as a accessing operator.
General used with object to access the data variables and methods
Wouldnt an if else statement be better in that code?
I knew about the nothing phone but I wasn't expecting that joke😅😅😅😅
9:45
Let's put Joke aside but you need to focus at learning Joke unlike this one 😅😅
what is the environment you are using?
Will you please explain why this playlist is not a continuous one ,like when i watch video number 23 and go to 24 ....you were actually saying that in previous video we have seen something like calculator program which doesn't exists in the previous whichever i watched
yeah the numbering is wrong sometimes ,that was in #22
its nice to get a nothing phone at 2 rupees!!
What poor jokes, poor + funny jokes 😁 9:52
Hi Sir, please help🙏, how to access the variables inside the method to another method?
Void Room1(){
name1="Elisa";
name2="Jefrey";
}
Void Room2(){
i want to access "Elisa"
}
Then you have to create instance variable (variable inside the class) then you can access it anywhere in the class block!
i didnt get laugh because of nothing but at last sir said ignore my poor jokes🤣🤣🤣
dr's of java
good exam
Sir, Who returns nothing?🤣🤣🤣🤣
Exams 😂🤣
bro but compiler show : you shoud declare main method in computer class
One SUGESSTION Sir, Please don't give different 2 examples, Please stick to one example through out the video.. if you are giving example of 'Computer' then please stick to that example only
Instead of giving several examples like Car, Pen, Computer etc this could confuse a viewer.. OTHERWISE THE VIDEO WAS GOOD
09:50 Sponsored by Nothing huh 😂 .
method inside method give error. please correct this anyone ij() in k() method show error
class A{
int i;
int j;
void ij(){
System.out.println("i and j"+i+ " "+j);
}
int show(){
return i+j;
}
class B extends A{
int k;
void k(){
System.out.println("value of k"+k);
ij(); }
int sumijk(){
return show()+k;
}
public static void main(String[] args)
{
B obj =new B();
obj.i=44;
obj.j=33;
obj.k=21;
int c=obj.sumijk();
System.out.println("value of sum"+c);
}
}
}
U have pass values to the methods which does calculation and returns values
Nothing Phone
sir pls hindi me bataiye
go to code with harry
Super anna