Java Returning Objects | Java Course in Tamil | Logic First Tamil

  Рет қаралды 18,562

Logic First Tamil

Logic First Tamil

Күн бұрын

Пікірлер: 16
@meenavinoth1293
@meenavinoth1293 3 жыл бұрын
Mam tks ..pls continue Ur teaching work hats off U mam..daily i.am watching Ur videos only..
@JegaBright
@JegaBright 3 жыл бұрын
இனிமை
@therocker4979
@therocker4979 2 жыл бұрын
line 42..Bit confusing mam, U can use instead Box b2 = new Box(b1);
@ashuzakir5474
@ashuzakir5474 2 жыл бұрын
Mam this can also be done by Copy Constructor... Is there any other use of this...
@sivaranjani993
@sivaranjani993 Жыл бұрын
mam what is covariant return type?
@vanakamboss586
@vanakamboss586 3 жыл бұрын
Akka .Net videos podungaa
@LogicFirstTamil
@LogicFirstTamil 3 жыл бұрын
have planned for python and then ds. adhuke romba time aagum. will add .net afterwards. u can learn from kudvenkat channel. its very good.
@akash8326
@akash8326 3 жыл бұрын
@@LogicFirstTamil neenga KZbinr ah irunthalum, innoru channel sugest panringa ur great..
@activebgm6864
@activebgm6864 2 жыл бұрын
Mam enaku error varudhu Java.lang.NoSuchMethodError nnu varudhu mam enna pandradhu nu sollu ga plzz
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
paste ur code
@activebgm6864
@activebgm6864 2 жыл бұрын
@@LogicFirstTamil package OOPS; class Box{ int length; int breath; int height; Box(int l,int b,int h){ length=l; breath=b; height=h; } boolean isEqual(Box b){//call by reference of object created if(length==b.length && breath==b.breath && height==b.height) return true; return false; } Box doublebox(){//Returning Objects Box temp = new Box(2*length,2*breath,2*height); return temp; /*temp.length=2*this.length; temp.breath=2*breath; temp.height=2*height;*/ } } public class PassingRefDemo { static void increment(int a) {//call by value a++;//method created in with in main method does not work } public static void main(String[] args) { int a=10; increment(a); System.out.println(a); Box b1=new Box(5,12,13); System.out.println(b1.length); Box b2=new Box(12,12,13); b1.isEqual(b2); System.out.println(b1.isEqual(b2)); //Box b3=b1.doubleBox();//returning object Example Box b3=b1.doublebox(); System.out.println(b3.length);//returning object Example } }
@LogicFirstTamil
@LogicFirstTamil 2 жыл бұрын
@@activebgm6864 which line u get err. u need to give complete details
@activebgm6864
@activebgm6864 2 жыл бұрын
@@LogicFirstTamilmam andha static variable and static method andha thuniyaal adhhlayaum idha error dha varudhu
@mohamedthoufiqm8108
@mohamedthoufiqm8108 2 жыл бұрын
❤️
@arivuchelvang7570
@arivuchelvang7570 3 жыл бұрын
Mam idhula passingRefDemo dhana class idhula epdi box class ah copy panninga...enakku error varudhae...class kulla class podalama?
@025-avineshj7
@025-avineshj7 2 жыл бұрын
yes, but it should be static
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Java object passing 🏬
5:13
Bro Code
Рет қаралды 80 М.
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1,1 МЛН
Java Classes & Objects
11:36
Keep On Coding
Рет қаралды 374 М.
Java Methods | Java Course in Tamil | Logic First Tamil
17:49
Logic First Tamil
Рет қаралды 85 М.
OOPs in 3 Hrs | Object Oriented Programming in Java | Tamil | code io
3:38:02
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН