Operator Overloading in c++ | Static Polymorphism | OOPs in C++ | Lec-32 | Bhanu Priya

Operator Overloading in c++ | Static Polymorphism | OOPs in C++ | Lec-32 | Bhanu Priya

Education 4u

6 лет назад

140,401 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

ALLAN WACHIRA
ALLAN WACHIRA - 23.07.2023 22:59

watching 5years later.thanks

Ответить
Nathankeyz React
Nathankeyz React - 19.01.2023 12:41

Great content mam

Ответить
Prabh Kaur♠
Prabh Kaur♠ - 03.06.2021 13:31

Superb mam ..too helpful thx a lot gbu

Ответить
Salman Faries
Salman Faries - 27.02.2021 17:55

She is just reading all topics😴

Ответить
Harichandana Reddy
Harichandana Reddy - 15.10.2020 09:37

Mam please explain shallow and deep copy

Ответить
Sherwin Mathew
Sherwin Mathew - 31.05.2020 14:00

This is not unary increment..

Ответить
Jeya Pratha
Jeya Pratha - 11.05.2020 07:51

Mam void is a not return type function,but you say the Syntex void is a return type so I am confused please clear this.

Ответить
VINAYAK A. S.
VINAYAK A. S. - 09.02.2020 21:11

Very good explanation thanks

Ответить
Nyamboki Lewiz
Nyamboki Lewiz - 26.11.2019 20:26

there are a lot of errors in those programs and you lack clarity

Ответить
Pradeep Reddy
Pradeep Reddy - 12.09.2019 17:19

dont shout

Ответить
F Almaleki
F Almaleki - 23.06.2019 21:18

great vidio
ihave quetion plz:
iwrite this class but i got aproblem with operator + function it doesn't work proberly


class vector{
int *x,*y;
public:
vector(){x=new int;
y=new int;
*x=0;
*y=0;
}
vector(int a,int b){x=new int;
y=new int;
*x=a;
*y=b;}
vector operator +(vector vr){
vector temp;
temp.x=x+vr.x;
temp.y=y+vr.y;
return temp;}
void print(){cout<<"X is: "<<*x<<"\t "<<"Y is: "<<*y<<endl;}
~vector(){delete x;
delete y;}
};
int main(){
vector *v1=new vector(5,8);
vector *v2=new vector(3,2);
vector *v3=new vector;
v3=v1+v2;
v3->print();

delete v1,v2,v3;
getch();
}//main
can u help me
thanks

Ответить
suraj raj
suraj raj - 26.05.2019 15:35

Bada Bada likha kijiye mam

Ответить
Anmol Preet
Anmol Preet - 19.04.2019 11:47

Your teaching way is Vry gud mam

Ответить
Suhrab Sharifi
Suhrab Sharifi - 01.04.2019 21:52

Thank u ma'am

Ответить
sanju sau
sanju sau - 31.03.2019 08:32

Please create a vedio on feature of pure virtual function & abstract class

Ответить
Malini Annnappan
Malini Annnappan - 25.03.2019 13:19

very good day today Sir

Ответить
Pranav Pawar
Pranav Pawar - 18.03.2019 13:07

Nice explanation

Ответить
Amey Raverkar
Amey Raverkar - 24.02.2019 09:20

Nice video mam nice muje bahut easily sab samaj me aagya thank you so much 🙏🙏

Ответить
Vicky Rama
Vicky Rama - 13.02.2019 06:09

It seems you are not clear in this concept
It makes us not to see this video due to some inconvenience

Ответить
Jaxa Prathiroop
Jaxa Prathiroop - 11.01.2019 04:12

Can we write R++

Ответить
khalid Hussein
khalid Hussein - 28.12.2018 22:21

thank you for this

Ответить
Ankesh Kumar
Ankesh Kumar - 15.12.2018 16:35

Bahut changa pdata ho

Ответить
manju gujjar
manju gujjar - 04.11.2018 19:14

Acha pdate ho mam pr kuj hindi me bhi bta diya kro

Ответить
Ashutosh Raval
Ashutosh Raval - 24.10.2018 23:30

Aunty apka.naam Kya he &

Ответить
Satyam P
Satyam P - 14.10.2018 17:19

Nice

Ответить
Vikas Rathod
Vikas Rathod - 02.10.2018 23:36

Please set the page for take screenshots.

Ответить
Mohamad Rizwan
Mohamad Rizwan - 02.10.2018 00:48

make an advanced tutorial

Ответить
Priyank Trivedi
Priyank Trivedi - 30.09.2018 18:59

ma'am please aap ek video Friend Function In C++ and friend Class.... ka banadijie

Ответить
Dilshad Zm
Dilshad Zm - 11.09.2018 05:10

Thankyou

Ответить
Sonali agarwal.00414
Sonali agarwal.00414 - 06.04.2018 15:03

please create a video on difference between operator overloading and function overloading

Ответить