a) virtual int func();
b) virtual int func(){};
c) inline virtual func();
d) inline virtual func(){};
Which is the correct syntax of declaring a virtual function?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which is the correct syntax of declaring a virtual function?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!