+ 3

I have 3 question about C++(continue)

class Animal{ public: virtual void bark()=0;// I confused at here. Why we assign to function a 0? }; class Dog:Animal{ public void bark(){ cout<<"Woof"; } };

5th Aug 2017, 10:07 AM
Yusuf
Yusuf - avatar
3 odpowiedzi
5th Aug 2017, 10:17 AM
Hatsy Rei
Hatsy Rei - avatar
+ 8
tbh - "To be honest"
5th Aug 2017, 12:23 PM
Hatsy Rei
Hatsy Rei - avatar
+ 4
Thank you for answer. I am wondering what is the meaning of tbh? My English is not well.
5th Aug 2017, 10:47 AM
Yusuf
Yusuf - avatar