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